add reading scaled png images

This commit is contained in:
kub 2024-03-20 23:40:37 +01:00
parent 82b4854771
commit 4563c13167
2 changed files with 38 additions and 0 deletions

View file

@ -7,6 +7,7 @@ typedef enum
READPNG_FONT,
READPNG_SELECTOR,
READPNG_24,
READPNG_SCALE,
}
readpng_what;