Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-01 | LibGfx: Add ImageDecoder factory overload for ByteBuffers | Andreas Kling | |
2020-05-09 | LibGfx: Add support for animated images to ImageDecoder{Plugin} | Peter Nelson | |
Adds methods to determine whether an image is animated, how many times the animation loops, the number of frames, and to get individual frames. Implements stubs of these methods for PNGImageDecoderPlugin and GIFImageDecoderPlugin. | |||
2020-04-25 | LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG | Peter Nelson | |
The sniff method is intended to be used for content sniffing. It should be a cheap test to rapidly rule out whether a candidate image can be successfully decoded. For the GIF and PNG implementations it simply attempts to decode the image header, returning true if successful and false if not. | |||
2020-02-15 | LibGfx: Move a bunch of LogStream::operator<< to cpp files | Andreas Kling | |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling | |