lowb1rd / TiMediaPicker

Media Picker Module (Image and Video) for Titanium Mobile
43 stars 21 forks source link

Request: All ALA Asset properties #1

Closed ttaylor closed 10 years ago

ttaylor commented 10 years ago

Is it possible to fully return all asset properties, such as https://github.com/omorandi/TiAssetsLibrary#asset-object for getImageByURL and getBytesByURL?

lowb1rd commented 10 years ago

In version 1.0.1 getImageByURL returns now date taken and location information.

getBytesByURL is an iOS only method. On android you can access the file directly via the path. For platform parity, I'd rather not add these information to be returned by only the iOS method. If you need this information with getBytesByURL, you'd have to make a separate getImageByURL call (if not done already anyways).

ttaylor commented 10 years ago

Thanks for including the date and location info.