feh icon indicating copy to clipboard operation
feh copied to clipboard

Blank image on screen when showing my jpg file

Open jeancc opened this issue 4 years ago • 5 comments

I can open the image with feh, but only a white background is showed. When executing 'file' command, the exit is correct:

file ejemplo.jpg -->ejemplo.jpg: JPEG image data, baseline, precision 8, 1920x1080, frames 4

Tested in Debian and Raspbian.

The jpg file is here

jeancc avatar Sep 02 '19 06:09 jeancc

I can reproduce this issue, but don't have the time to debug it at the moment. It might be related to the fact that the image uses four (as opposed to the standard three) components – fwiw, it also behaves funny with other software:

  • ImageMagick (convert to foo.png, feh foo.png): white on black
  • gimp: white on dark gray (#1a171b)
  • chrome: white on dark green-blue-ish

derf avatar Sep 03 '19 19:09 derf

Windows properties info says the image was created with Adobe Illustrator

jeancc avatar Sep 04 '19 06:09 jeancc

@jeancc that upload has expired. You can probably upload it directly on GitHub instead as well?

Ferada avatar Oct 11 '19 20:10 Ferada

Uploaded to gofile.

jeancc avatar Oct 14 '19 08:10 jeancc

@jeancc if you can, retry with Imlib2 from git master, this is already fixed there, very probably via the same fix as the other issue with CMYK JPEGs.

Ferada avatar Oct 15 '19 16:10 Ferada