simple backend engine for image formats#355
Conversation
❌ Deploy failed
📋 Build log (last lines)🤖 Powered by surge-preview |
|||||||||
|
instead of Edit: if we list the relevant API somewhere ( |
|
This is great. Such a good idea y'all had to extend like this. we can maybe extend the metaphor a big by also pulling in gif metadata into attrs? Or even into coords/indexes |
|
Time to load the gifs from Giphy into a Datatree where branch nodes are categories of gifs 😈 |
AFAIR that credit goes to @eni-awowale. Either way, sounds good to me. We're already pulling gif metadata into variable attributes (
That's actually quite a good idea... Obviously, these gifs will be too numerous to fit so we'll have to select a small-ish number, but writing a Something else I was wondering is how to decode the colour data. Right now, I just load the colour channels individually, but it should also be possible to interpret these 24 bits as a float32. If you go with movie formats you'd also have the audio channels, which can be decoded into separate variables. |

This is currently tested using the gif I've attached (no unit tests, yet), but this can definitely be extended to other image formats.
cc @eni-awowale, @VeckoTheGecko