I need to be able to compress PNG files at run-time but can't find any libraries that are iOS ready that can do that. JPEG does is not a great fit for me because I need to the Alpha channel that PNG provides, and JPEG does not. Turning PNG crush into something I can use within my iOS project is probably beyond my skill/knowledge set when it comes to C.
Just to be extra-clear, I need to do this at run-time, not compile-time.