Skip to main content
rjoshicool
Inspiring
April 30, 2012
Question

Saving image file freezes iOS device

  • April 30, 2012
  • 1 reply
  • 432 views

In my application I am saving a file to the device using File class and not the CameraRoll as I need to keep track of images saved. But when I save the image file to the device, the app freezes up for 6-7 seconds and sometimes even crashes. Any idea how can this be fixed?

This topic has been closed for replies.

1 reply

rjoshicool
Inspiring
April 30, 2012

I guess I've figured it out. It is due to the JPGEncoder class. It is quite slow on mobile devices. Alchemy version of JPGEncoder is quite fast