1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +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:
Andreas Kling 2019-03-21 03:57:42 +01:00
parent ed2303e2d8
commit 42755e98cf
10 changed files with 1245 additions and 2 deletions

View file

@ -78,6 +78,7 @@ cp -v ../Userland/ping mnt/bin/ping
cp -v ../Userland/uc mnt/bin/uc
cp -v ../Userland/tc mnt/bin/tc
cp -v ../Userland/host mnt/bin/host
cp -v ../Userland/qs mnt/bin/qs
chmod 4755 mnt/bin/su
cp -v ../Applications/Terminal/Terminal mnt/bin/Terminal
cp -v ../Applications/FontEditor/FontEditor mnt/bin/FontEditor