Hi guys,
Just to share problems faced on ‘media.show’ which has been deprecated. Hope the webpage can direct people to use the other new functions (e.g. selectPhoto) so they won’t waste time like me. In other words, do NOT use media.show anymore.
I was trying to display an image from Gallery, and show it on the screen. After that, i will do some processing (like cropping).
Problems that I encounter :
-
high res JPG image (e.g. 3264x2448 taken by Samsung S3) cannot be displayed! If the picture is taken at lower res, it can be displayed.
-
Decode file error always appears in logs.
V/Corona ( 4624): Failed to load file ‘/storage/extSdCard/DCIM/Camera/20131214_ 180901.jpg’ as a 32-bit image. Reducing the image quality to 16-bit. V/Corona ( 4624): Unable to decode file ‘/storage/extSdCard/DCIM/Camera/2013121 4_180901.jpg’
Running on Corona 2013.2109 in v1 compatibility mode.