olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

Feature Request: requestImageForAsset #72

Open BlenderDude opened 6 years ago

BlenderDude commented 6 years ago

Add the requestImageForAsset function of the UIImage component to allow your plugin to access the jpg version of heic images. HEIC is really making developers cry.

aforty commented 6 years ago

This would be helpful!

srameshr commented 6 years ago

Yes. This will make this plugin usable for most non ios developers. I have no idea what to make of photos:// urls. Image editor plugin that I use don't accept photos:// url. Can't display Gifs with this. Could you consider this as a priority and add the same.

srameshr commented 6 years ago

Any updates on this?

BlenderDude commented 6 years ago

I made a workaround for my personal app that I made. Takes the image asset and converts into a JPEG regardless of the original file format. I'll make a PR sometime this weekend to help out you guys.

srameshr commented 6 years ago

Cool! Please do share it.