ivy icon indicating copy to clipboard operation
ivy copied to clipboard

WebP and WebM support

Open IonoclastBrigham opened this issue 8 years ago • 1 comments

Looks like there's prior art out there for implementing these libraries for racket, but I can't be certain as to their quality or relevance. Hacking minimal wrappers for one or both formats may be easier than trying to wrangle someone else's code.

IonoclastBrigham avatar Feb 08 '17 03:02 IonoclastBrigham

The most basic functionality I need from those are the frames. I don't need full support of the webp or webm standards so long as I can disassemble their chunks and grab the frames as bitmaps (or ARGB bytes).

lehitoskin avatar Feb 08 '17 05:02 lehitoskin