nickxpanos
(DiveIntoTheDark)
September 25, 2020, 1:50pm
#1
Hello, i’m making a wallpaper app and i’m trying to figure out if i can get the properties from an image such as:
Dimension
Width
Height
Bit depth
I’m loading the images from Airtable (stored into cloudinary).
I’ve tried to insert those properties into Airtable manualy but it’s getting way too time consuming when uploading 30+ images per day.
Thank you for your time!
nickxpanos
(DiveIntoTheDark)
September 25, 2020, 2:12pm
#3
Thank you for your suggestion. I’ve tried this extension but the image should be downloaded into the phone in order for the metadata to be fetched.
The only way i found is to use @DevYB image loader to load your wallpaper images:
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLoading…
The images will be automatically save to the cache folder.Now use extract image block, to save the image in the sd card, now you can read the metadata of the image f
without downloading.
2 Likes
nickxpanos
(DiveIntoTheDark)
September 25, 2020, 2:40pm
#5
That worked perfectly fine! Thank you @Mohamed_Tamer
1 Like
system
(system)
Closed
October 25, 2020, 2:41pm
#6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.