Skip to content
forked from DHowett/pincrush

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

License

Notifications You must be signed in to change notification settings

BinRoq/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

Languages

  • C 97.8%
  • Objective-C 1.1%
  • Other 1.1%