QtOIIO icon indicating copy to clipboard operation
QtOIIO copied to clipboard

Qt Image IO plugin based on OpenImageIO.

Results 7 QtOIIO issues
Sort by recently updated
recently updated
newest added

Make sure libraw does not rotate the buffer

While I was building QtOIIO following Install.md on win10,error occured after typing "nmake install",it seems does not linked to some lib files,but I have no idea which should be linked.Here...

Attached image does not convert to QImage properly. ![gray](https://user-images.githubusercontent.com/7563851/112669912-7dc21800-8e1d-11eb-9ad8-cd14bdce3418.png)

Open Image I/O supports psd files.

Errors occurred after typing "cmake .." and "make", and the bug report was in the following: **~/Software/QtOIIO/build$ make [ 11%] Automatic MOC for target QtOIIOPlugin [ 11%] Built target QtOIIOPlugin_autogen...

build

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)...