You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.
@artob Is your feature request related to a problem? Please describe.
I'd like to create an HDR image from multiple images with different exposure values.
Describe the solution you'd like
I've done it with Objective-C in Native iOS previously.
It would be great if we could do this out of the box with this flutter library as well.
For example, it could be something like this:
List<Image> images = [image1, image2, image3] //At least 3 versions of the same image each one with different exposure values.
List<double> times = [0.25, 2.5, 5.0] // List of different exposure values of images above.
Image hdrImage = processHDR(images, times);
Kind regards,
Nima
The text was updated successfully, but these errors were encountered:
@artob
Is your feature request related to a problem? Please describe.
I'd like to create an HDR image from multiple images with different exposure values.
Describe the solution you'd like
I've done it with Objective-C in Native iOS previously.
It would be great if we could do this out of the box with this flutter library as well.
For example, it could be something like this:
Kind regards,
Nima
The text was updated successfully, but these errors were encountered: