mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
SharedGraphics: Implement a simple PNG decoder.
This is extremely unoptimized, but it does successfully load "folder32.png" so it must be at least somewhat correct. :^)
This commit is contained in:
parent
ed2303e2d8
commit
42755e98cf
10 changed files with 1245 additions and 2 deletions
|
@ -5,7 +5,8 @@ SHAREDGRAPHICS_OBJS = \
|
|||
../../SharedGraphics/GraphicsBitmap.o \
|
||||
../../SharedGraphics/CharacterBitmap.o \
|
||||
../../SharedGraphics/DisjointRectSet.o \
|
||||
../../SharedGraphics/Color.o
|
||||
../../SharedGraphics/Color.o \
|
||||
../../SharedGraphics/PNGLoader.o
|
||||
|
||||
WINDOWSERVER_OBJS = \
|
||||
WSMessageReceiver.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue