Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenEXR support #85

Open
piegamesde opened this issue Dec 18, 2018 · 4 comments
Open

OpenEXR support #85

piegamesde opened this issue Dec 18, 2018 · 4 comments

Comments

@piegamesde
Copy link

Is it possible to add image support for the OpenEXR format?

@dragon66
Copy link
Owner

Are you talking about read/write support? Seems like there is little/no metadata information for this format.

@piegamesde
Copy link
Author

Yes, I'd like to read and write them from Java in some way. What do you mean by "no metadata information"?

@dragon66
Copy link
Owner

dragon66 commented Dec 29, 2018

I got it. By "no metadata information", I mean there is no extra information embedded in the image such as parameters related to the camera used to take the picture, author, copyright etc. for this type of image.

I will take a look and see how hard to implement the read-write function.

@piegamesde
Copy link
Author

I haven't really looked deeper into the format, but apparently it supports arbitrary metadata tags and values. But I'm more interested into reading and writing the pixel data than the metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants