alicevision / QtOIIO

Qt Image IO plugin based on OpenImageIO.
http://www.openimageio.org
Other
41 stars 14 forks source link

Disable support of some image formats for performance #6

Closed yann-lty closed 6 years ago

yann-lty commented 6 years ago

Disable handling of JPGs, PNGs and interface only image formats (e.g: ico) by default. Qt is faster loading/generating thumbnails for JPGs and PNGs. Also, let Qt handle images meant to be used inside the UI only. Make this plugin primarily useful to load EXR/RAW image formats (and other formats not handled by Qt).