Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 534 Bytes

pngdefry

Normalizing Apple-specific CgBI-fried PNG files. Originally by jongware.

Some more details on CgBI can be found here: https://theapplewiki.com/wiki/PNG_CgBI_Format

Note that this repo is created as an archive.

Compiling

This code does not depend on any external libraries, so compiling is as easy as this:

$ cc pngdefry.c

Note that you need to compile only pngdefry.c, because it includes miniz.c.