Nico Weber
|
3f45e9ab1e
Lagom: Add LibGemini, LibGfx
|
5 years ago |
Paul Roukema
|
b6147de1cb
LibGfx: Implement support for decoding interlaced PNGs
|
5 years ago |
Paul Roukema
|
76553f9f06
LibGfx: Fix PNG decoder handling of 16-bit RGB images
|
5 years ago |
Andreas Kling
|
bc5a862cbe
LibGfx: Silence debug spam in the PNG decoder
|
5 years ago |
Andreas Kling
|
fea77abcf6
LibGfx: Fail PNG decoding on invalid scanline filter
|
5 years ago |
Andreas Kling
|
d59a308c7e
LibGfx: Minor tweaks in PNG decoder
|
5 years ago |
Andreas Kling
|
3aca84a299
LibGfx: Use size_t for the Streamer offset and sizes
|
5 years ago |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 years ago |
Andreas Kling
|
8ea4375d4a
LibGfx: Templatize some of the scanline unpacking code
|
5 years ago |
Andreas Kling
|
19587934f3
LibGfx: Consolidate some types in the PNG decoder
|
5 years ago |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 years ago |
Peter Nelson
|
d22bb92764
LibGfx: Add support for animated images to ImageDecoder{Plugin}
|
5 years ago |
LepkoQQ
|
c7f0de14b5
LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth
|
5 years ago |
Andreas Kling
|
888e35f0fe
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
|
5 years ago |
LepkoQQ
|
e5a598414f
LibGfx: PNGLoader support for grayscale images with alpha.
|
5 years ago |
LepkoQQ
|
d009df074f
LibGfx: PNGLoader support for grayscale images with 8/16bpp.
|
5 years ago |
Peter Nelson
|
2cd9716b38
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
|
5 years ago |
Andreas Kling
|
4393a2a96d
LibGfx: Let the PNG decoder fail if the header is missing or too short
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Andreas Kling
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 years ago |
Andreas Kling
|
3bbf4610d2
AK: Add a forward declaration header
|
5 years ago |
Andreas Kling
|
c39d44fc2e
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
|
5 years ago |
Andreas Kling
|
9ac94d393e
LibGfx: Rename from LibDraw :^)
|
5 years ago |