jurplel / qView

Practical and minimal image viewer

Home Page:https://interversehq.com/qview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

beihempels opened this issue · comments

Environment:

  • OS: Arch Linux
  • qView version: 6.1

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

This should be fixed after #700 gets merged.