I need to be able to compress PNG files at runtime, but cannot find any libraries ready for iOS that can do this. JPEG is not very suitable for me, because I need an alpha channel that provides PNG, but JPEG is not. Turning PNG into something that I can use in my iOS project probably goes beyond my skill set / knowledge when it comes to C.
Just to be extra-clear, I need to do this at runtime, not at compile time.
ios image-processing png image-compression
Rob reuss
source share