Home

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 4. over 3 years by ewing
  2. 3. over 3 years by ewing
  3. 2. over 3 years by ewing
  4. 1. over 3 years by ewing
 

 

Proposed submission for SDL_image to add a native iPhone OS backend to replace the need for 3rd party libjpeg, libpng, libgif, libtiff, and a few others.

The existing SDL_image implementation relies on 3rd-party libjpeg, libpng, libgif, and libtiff which is a pain to build and maintain. In the Mac release, we currently statically link all these libraries into the framework. But iPhone has built-in support for these libraries. This submission uses UIImage to load these image formats.

 Details at http://playcontrol.net/ewing/jibberjabber/native_mac_os_x_and_iphone_.html

Repository is now merged with the SDL_Image_ImageIO repo.