Loading Huge Image
- by japs
Hi,
I Want to load Image size 2550X3300 (i.e 1.7 Mb size),
i have loaded the image into UIImageView and application gets crash due to low memory,
Now i have loaded into uiWebview it works fine but i have to save this image into an PDF file in local resource. While iam saving UIImage in background same app gets crash due to low memory.
Anyone has some suggestion or help to solve this issue.
Thank You.