17

I'm looking for some Linux alternative to IrfanView (image viewer). At best, it should have all its features, the same controls (both mouse and kbd) or fully adjustable, and be as quick.

In particular (this list covers 95 % of my use cases):

  • Support for many formats, for both input and output
  • Automatic navigation through the directory with Space and Backspace
  • Thumbnails (T)
  • Batch processing (B)
  • Rotating (R, L)
  • Zoom with Ctrl + mouse wheel or + / -
  • Fullscreen (Enter)
  • Image movement with PgUp and PgDn, Home. End
  • Select a rectagle with a mouse -> Ctrl + Y to crop -> Ctrl + S to save as a PNG file
  • Basic image editation - copy, cut, paste, color filters, text input, basic shapes
  • Immediate startup
  • No need to play video or audio

Etc... IrfanView is something like iPhone amongst image viewers, there's nothing to change ;-)

So - what is as close as possible?

Edit: No virtualization please - IrfanView crashes under Wine in my environment; running virtualized Windows is even further away from being quick; perhaps it could be Java, but native is native.

8 Answers8

8

The IrfanView web site suggests that you can use IrfanView on Linux under WINE.

IrfanView is something like iPhone amongst image viewers, there's nothing to change.

Try it! You'll never find an exact, drop-in replacement, so why not use the real thing?


You could also run IrfanView in virtualized instance of Windows on your Linux host.

eleven81
  • 16,182
6

ImageMagick has an interactive mode, but I've never liked it... But it definitely will load almost every image format out there.

gThumb is very slick, but it's a GNOME tool so it's not littered with options.

Eye of GNOME is just a dumb viewer, but it does most of the navigation stuff, and I think there's a "click to edit" option.

Broam
  • 4,084
1

The nearest alternative of IView for linux is XnViewMP --- not open but powerful. Still the best alternative on the market. Easy download and install, just unpack the tar.gz to the default subfolder in your user folder and run xnview.sh. You must only ensure that you have all the compatilibity libraries needed. I read that some people had an installation bug because of no libpng15-compat packages which includes libpng12.

1

Although I have been doing some research of this problem too, I have not found anything as good as Irfan. That is still an app I envy to the Windows users.

Now I use geeqie, eog (eye of gnome) or gthumb, it depends on the actual Desktop Environment. And I do all editting in GIMP. It is not ideal, but it is quite good.

1

xnview has a beta MP verison. YMMV

I've used this on Windows, but prefer IrFanView

gbn
  • 301
1

I've never used IrfanView, but it sounds like Gwenview could satisfy you.

0

It isn't updated much lately and the keyboard shortcuts are different, but feh is an incredibly fast image viewer.

CarlF
  • 8,872
0

I believe that GTK+ and KDE apps have fully configurable key bindings for anything in their menus, so you shouldn't get too hung up on that if you find something with the right functionality.

Ken Bloom
  • 499