index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
PNGLoader.cpp
Age
Commit message (
Expand
)
Author
2020-07-23
Lagom: Add LibGemini, LibGfx
Nico Weber
2020-06-13
LibGfx: Implement support for decoding interlaced PNGs
Paul Roukema
2020-06-13
LibGfx: Fix PNG decoder handling of 16-bit RGB images
Paul Roukema
2020-06-13
LibGfx: Silence debug spam in the PNG decoder
Andreas Kling
2020-06-11
LibGfx: Fail PNG decoding on invalid scanline filter
Andreas Kling
2020-06-11
LibGfx: Minor tweaks in PNG decoder
Andreas Kling
2020-06-10
LibGfx: Use size_t for the Streamer offset and sizes
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-02
LibGfx: Templatize some of the scanline unpacking code
Andreas Kling
2020-06-02
LibGfx: Consolidate some types in the PNG decoder
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-09
LibGfx: Add support for animated images to ImageDecoder{Plugin}
Peter Nelson
2020-05-02
LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth
LepkoQQ
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-26
LibGfx: PNGLoader support for grayscale images with alpha.
LepkoQQ
2020-04-26
LibGfx: PNGLoader support for grayscale images with 8/16bpp.
LepkoQQ
2020-04-25
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
Peter Nelson
2020-04-19
LibGfx: Let the PNG decoder fail if the header is missing or too short
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling