Skip to content

DHowett/pincrush

Repository files navigation

An attempt to replicate Apple's PNG Mangler.

Apple's PNG files are nowhere near valid (extra critical chunk with an unknown format, zlib headers discarded, premultiplied alpha). "Think different" and all that.

Prerequisites

  • a compiler
    • (for iPhone compilation) Apple's Xcode or the open toolchain

Compiling

  • iPhone (default target)

      make
    
  • Native (linux, OS X)

      make target=native
    

About

Pincrush is an open PNG optimizer implementing Apple's proprietary CgBI format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published