I am looking for an external library (or a method using Apple frameworks that does not destroy quality) that will allow me to scale images.
I tried this “simple image processing library”, but it works only for black and white - I don’t know how to make it work for color images. ( http://code.google.com/p/simple-iphone-image-processing/ )
I tried Core Graphics, UIKit, the "trevor" method ( http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/ ), which makes EXTREMELY blurry images, and in fact, I don’t know what else I can do - I can’t continue to program my application without getting at least half-decent image scaling. I think interpolation is required to get decent results.
Given the recent advances in iOS, I really hope someone can help me. This is not a problem that only I encounter, many other people have the same problem, so if someone can solve it here, I’m sure that if it would be appreciated by a very wide audience!
Many thanks
iphone cocoa-touch uikit image-processing core-graphics
Vazzyb
source share