A small script to convert a paletted PNG into an Amiga OS C Image struct
To try it out
./png2image.py --pngfile amy_320x200x32.png --destfile test.h
make
This project was tested with :
- VBCC and Kickstart 1.3
- SAS/C and Kickstart 3.1
A small python tool that writes the data of paletted PNG images to a C source file with an initialized Image struct
Python