... those open successfully using qiv-2.2.2 Reproducible: Always Actual Results: $ qiv microphone-mount.jpeg Unable to read file: Couldn't recognize the image file format for file 'microphone-mount.jpeg' $ file microphone-mount.jpeg microphone-mount.jpeg: JPEG image data, EXIF standard 2.2
What version of x11-libs/gtk+ ? This upstream change is likely why, [tw] use gdk_pixbuf to autorotate with EXIF tags instead of libexif. Note: needs at least GDK 2.12 Before that, in 2.2.2, it used libexif directly Please report this to upstream authors
In other hand, it could also be bad jpeg upgrade, please make sure you have done both, revdep-rebuild --library libjpeg.so.62 revdep-rebuild --library libjpeg.so.7
(In reply to comment #1) > What version of x11-libs/gtk+ ? 2.18.3
revdep-rebuild'ing didn't help reported: http://bitbucket.org/ciberandy/qiv/issue/1/cant-open-some-jpeg-files-in-qiv-223
i found out that was because of me compiling gtk+ w/ USE=-jpeg :) there should have been a notification or something :3
(In reply to comment #5) > i found out that was because of me compiling gtk+ w/ USE=-jpeg :) > there should have been a notification or something :3 > image viewer + graphical toolkit = should use desktop profile and get jpeg enabled by default and if not using desktop profile, then you should know what you're doing :)