The Photo Library Plus plugin is an extension on the existing Corona media library. With this plugin, you are able to access all of the photos from the user’s device, retrieve metadata, copy the photos, and use thumbnails created by the operating system.
I am getting an error when including this plugin: “The following plugin could not be downloaded: com.deleurapps/plugin.photolibplus”. I’m following the manual by the letter and included this in build.settings:
Is it possible (how?) to use this plugin to resize and save photos taken with the camera? I need to save (and upload) images taken with the camera, but the native images are far too large.
There is no designated feature for resizing images. However, in iOS, there is an option to specify the size when creating a thumbnail. So you can use that to save an image with the size you want. On Android, the thumbnail size is set, so you can’t do that currently.
Is it possible to call listImages with a specific photo name, to cut down on the time and memory required for all of the metadata? I’m thinking of people that have thousands of images. Yes, I can nil out the table after finding the specific image by matching the name in the data and creating a new table with just that image’s data - and then pass that through copyImage and createThumbnail but the original scan and subsequent loop to find the specific image in the metadata table could be significant.
I’m trying to find a way to use the stock media api’s to select or take a pic, create the thumbnail, save it and move on.
Does anyone have the documentation for this? Just purchased the plugin,but there is no doc to show all the feature this plugin has.
Specifically,I need to know how to use the plugin to open the gallery of user device,and select multiple images from the gallery and display the image in the app.