kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
535 stars 63 forks source link

[Feature Request] Auto Raw File Skip #182

Open hantanghy opened 6 months ago

hantanghy commented 6 months ago

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.

kanryu commented 6 months ago

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.

hantanghy commented 6 months ago

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