qt-heif-image-plugin icon indicating copy to clipboard operation
qt-heif-image-plugin copied to clipboard

Support QImageReader::size

Open jurplel opened this issue 4 years ago • 2 comments

it'd be pretty nice for my use case--bundling this with qView. It always reports -1, -1 for image size.

jurplel avatar Oct 15 '20 20:10 jurplel

For future reference: https://doc.qt.io/qt-5/qimageiohandler.html#ImageOption-enum

jakar avatar Oct 15 '20 21:10 jakar

I want to put my two cents into it... still happening. Because I just display, I currently ignore it and just load the image anyway. A fix although sometime would be nice... Probably QtRaw could help out here to get an idea? https://gitlab.com/mardy/qtraw/-/blob/master/src/raw-io-handler.cpp#L205

yeahitsjan avatar Jul 22 '21 16:07 yeahitsjan