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

Create HDR image from multiple variation of an image #5

Description

@iNima

@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions