Today i messed up with UIImageView. Actually i was tried to add (15.5MB)sized image into UIImageView. using UIGraphicsBeginImageContext i successfully added the image(Process is bit slow because of large sized image).
After that i tried to change the brightness and contrast of the image using ThisCode
Because of large image size, filters also working bit slowly :-<.
i am worried about the loading time taken.
Now i have question, will image optimisation reduces the time taken to process?? i know it will reduce the size of the image. will it reduce the time taken for loading image into uiimageview?
Talking about reducing size this function works far better:
Call this method like this:
For the filtering use: GPUFilters
GPUFilters