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 Jan 14, 2023. It is now read-only.
I'm trying to implement ImageIO in a Qt app. I've found this repo but reading the source it seems to be tailored specifically for use in Meshroom (depthmap detection) and limited to 4 channels or else it fails.
Is there a simple way to extract multichannel exrs using QtOIIO as a start ?
Thanks
The text was updated successfully, but these errors were encountered:
We would love to have a generic solution.
It contains some stuff to provide display for better visualisation of gray scale images, which could make sense in other contexts. Currently, the way to enable it is based on filename rules linked to Meshroom, as we have not yet found a way to use parameters when loading images.
If you are interested, we would be happy to integrate new contributions to support more options and make it more generic.
Thanks!
I'm not sure about the proper way to go about it. I will try to come up with something to allow parameters.
Subclassing QImage to either QImageIO or QImageOIIO is for now the only way I can think of to allow params.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to implement ImageIO in a Qt app. I've found this repo but reading the source it seems to be tailored specifically for use in Meshroom (depthmap detection) and limited to 4 channels or else it fails.
Is there a simple way to extract multichannel exrs using QtOIIO as a start ?
Thanks
The text was updated successfully, but these errors were encountered: