easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.42k stars 169 forks source link

Unable to view TGA and TIFF images #103

Open Giova84 opened 5 years ago

Giova84 commented 5 years ago

As I attempt to open a TGA or TIFF image using qimgv, aren't displayed at all, and furthermore, instead of thumbnails I get these symbols with a red X: https://i.ibb.co/5MrcpG7/qimgv-TGA-error.png

Samples of TGA and TIFF images are available here: http://netghost.narod.ru/gff/sample/images/tga/index.htm http://netghost.narod.ru/gff/sample/images/tiff/index.htm

I am running Manjaro Linux, XFCE.

easymodo commented 5 years ago

Are you sure those tiff images are not corrupted? I couldn't open them in gwenview either, and they look kinda sketchy when loaded in gimp https://i.imgur.com/Qk7rgTy.jpg

easymodo commented 5 years ago

I also just tried the ones from here http://www.fileformat.info/format/tiff/sample/ and they open fine

Giova84 commented 5 years ago

Hi, such files aren't certainly corrupted, since I am able to open them also with the simplest Viewnior image viewer: https://i.ibb.co/4JhjG9H/Viewnior.png I also have other TGA and TIFF file (which I can't upload) which acts the same in qimgv.

DaarkWel commented 5 years ago

I also tried files from here ( http://www.fileformat.info/format/tiff/sample/) and qimgv doesn't open them. And it doesn't open any TIFFs that I tried - even just created with GIMP. Geeqie opens TIFFs just all right.

Archlinux, qimgv-git v0.8.8.r1.gdc59675-1.

easymodo commented 5 years ago

Fixed. Rebuild from aur and it should work

Giova84 commented 5 years ago

Hi, I rebuilt qimgv from AUR, but qimgv is still unable to open such TGA file: http://netghost.narod.ru/gff/sample/images/tga/flag_b16.tga

viewnior, instead, is able to open and display such file.

easymodo commented 5 years ago

It should work. Make sure you've installed qimgv-git package, not the outdated one

Giova84 commented 5 years ago

Sure: I've rebuilt qimgv-git, to be specific, on the repo I have qimgv-git v0.8.8.r12.g6e84931-1

easymodo commented 5 years ago

Heh now I know why it worked for me. Install kimageformats. It's in repos (no kde dependencies).

easymodo commented 5 years ago

reopening until builtin support is done

Giova84 commented 5 years ago

Installing kimageformats did the trick, thanks.