A script to convert modern images to the Aperture Picture Format. An image format developed in 1985 by Doug Rattmann to store images in an optimized manner.
Use the package manager pip to install pillow 9.2.0
pip install pillowRun Python main.py to run the program, and enter:
1 to encode a .png file to .apf
2 to decode a .apf file to .png
3 to exit
Enter the file name of the original file, and the desired converted file.
Demo images included are:
cake.png, text.png, quadraam.png
The program currently only works on Windows devices.