jurplel / qView

Practical and minimal image viewer
https://interversehq.com/qview/
GNU General Public License v3.0
2.04k stars 120 forks source link

sony raw files *.arw don't open, when qt6-imageformats is installed #714

Closed beihempels closed 1 month ago

beihempels commented 2 months ago

Environment:

Information: "Unable to read image data (error 4)" is displayed, when opening an *.arw file. When qt6-imageformats is not installed, it works. Console output: qt.imageformats.tiff: "Unknown field with tag 50341 (0xc4a5) encountered" qt.imageformats.tiff: "TIFF directory is missing required \"ImageLength\" field" QFSFileEngine::open: No file name specified

jdpurcell commented 2 months ago

This should be fixed after #700 gets merged.

beihempels commented 1 month ago

The error disappeared with qt6-imageformats 6.7.3-1 and now it opens the .arw files. There is just the message: "QImageReader::size gave an invalid size for .ARW, using size from loaded pixmap".

jurplel commented 1 month ago

hopefully fixed

QImageReader::size gave an invalid size for *.ARW, using size from loaded pixmap

This is no cause for concern