Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Create HDR image from multiple variation of an image #5

Open
iNima opened this issue Feb 4, 2020 · 0 comments
Open

Create HDR image from multiple variation of an image #5

iNima opened this issue Feb 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@iNima
Copy link

iNima commented Feb 4, 2020

@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

@iNima iNima added the enhancement New feature or request label Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant