Image Blurred after open device lock in android

hello i am new in corona. i had mask a image in 16 part and render on screen successfully.i had save this image in array. but when i locked the screen and again open lock of device all the image part are disturb. every thing done perfect but image disturb after lock the device. if any one have idea please suggest me.

Original pic after rendering on screen look like -

when i lock-unlock device image get blurred-

Hi @anoop.kumar,

Please see the note under “Gotchas” here for an explanation of what is occurring:

http://docs.coronalabs.com/api/library/display/captureScreen.html

Take care,

Brent

Hi @Brent

thank for your answer

My next question is-

display.capture ( img ,{ saveToPhotoLibrary=true, isFullResolution=true })

save the image in system and i want to save capture image in device sd card

please tell me how is possible

I gotted the way to save image in sd card.

thank for support

Hi @anoop.kumar,

Please see the note under “Gotchas” here for an explanation of what is occurring:

http://docs.coronalabs.com/api/library/display/captureScreen.html

Take care,

Brent

Hi @Brent

thank for your answer

My next question is-

display.capture ( img ,{ saveToPhotoLibrary=true, isFullResolution=true })

save the image in system and i want to save capture image in device sd card

please tell me how is possible

I gotted the way to save image in sd card.

thank for support