RAW photos very slow in Gwenview

Hello
Is there a way to speed up RAW photos load time in Gwenview - it takes up to 5 seconds just to show one photo.
Thank you.

1 Like

Difficult to say no info raw image sizes Vs computer age and specs, cpu, ram, swap ?

1 Like

It is slow not because of a hardware. I am also using windows program “fast stone viewer” in “bottles” and it opens raw photos in an instant. Tried other image viewers like “PhotoQT”, “gthumb” and they are also as slow as Gwenview. Maybe my system needs a special driver for RAW?

1 Like

I uninstalled Gwenview and now I use Nomacs (I think it is the fastest/best image viewer for Linux).

2 Likes

Just curious, but what are your machine specs and what drive(s) are you using?
What camera are you using?

While I agree that gwenview is zloow at loading raw images, Nomacs is by no means the best linux image viewer. It doesn’t respect settings, tabs are a mess, parts of the fonts are unreadable, thumbnails are often blurred etc etc aaand it doesn’t load/execute custom desktop applications. In terms of lightweight viewers, qimgv does a much better job. And that one loads RAW images just as fast.
For example, Nomacs fails a desktop/wallpaper application:

Whereas with qimgv, you can load scripts, desktop applications that work. Sure, they use assigned shortcuts but, like me, you can always create the functions within the application file itself.

Moreover, it has a nicer ui overall and, unlike nomacs, a file panel that doesn’t drive you nuts.

1 Like

Hi,
I tried qimgv, but it is as slow as gview, because it is uploading actual raw data, it cannot show jpegs embeded in raw files (PhotoQt uses LibRaw for decoding and displaying RAW images it would be nice if qimgv could implement that) also it cannot show histogram and metadata (at least my old camera’s .CR2). Otherwise it is a nice program.

Hi,

the only way too speed up displaying RAW images in gwenview is to patch it. The original implementation of RAW displaying in gwenview utilized library from digiKam to extract preview jpeg that’s stored in the RAW by the camera. That’s fast, as it requires no processing whatsoever, it just displays the embedded jpeg. Last year, kimageformats 5.99 brought RAW support via QtRaw plugin. Sideeffect of it was that it changed mimetype reported by kimageformats to gwenview, breaking RAW displaying. As a ‘fix’, gwenview switched RAW displaying to QtRaw which does not support the embedded jpeg extracting, hence now gwenview display RAW slowly and the images are ugly.
I prepared patched version for Fedora 40 that uses the digiKam’s library over QtRaw. I can’t post links here but you can find it on fedora’s COPR instance under coprs/mkyral/gwenview/