kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast

Home Page:https://kanryu.github.io/quickviewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Auto Raw File Skip

hantanghy opened this issue · comments

I use A7c2 whose raw file has not been supported.
So i think it's great if there is a check on option which i can use to disable raw file display automatic.
Thank you.

Unfortunately, QuickViewer (or rather, Qt) determines the image format based on the file extension. Therefore, you won't know whether Qt can read your digital camera's raw format until you actually read the file. QuickViewer will retry hundreds of times if it can't actually load, resulting in a long wait.

One possible solution is to remove imageformats/qrawspeed0.dll.

Unfortunately, if this doesn't work, you'll probably end up sorting JPEG and RAW files into separate folders.

Thanks for your reply.I deleted the dll file and it worked.