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.

link|improve this question

62% accept rate
You might have more responses on superuser.com. – Martin Beckett Dec 1 '09 at 20:49
1  
Dupe of superuser.com/questions/69925/… ? – Suppressingfire Dec 1 '09 at 21:15
Yes, it's a dupe, after migrating... Thanks to all anyway. – Ondra Žižka Dec 2 '09 at 0:01
feedback

migrated from stackoverflow.com Dec 1 '09 at 20:51

This question came from our site for professional and enthusiast programmers.

7 Answers

up vote 5 down vote accepted

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.

link|improve this answer
gThumbs seems fine subset of IrfanView's capabilities, covers ~ 80 % of what I need. I'll also have a look at the others. Thanks to all! – Ondra Žižka Dec 1 '09 at 23:58
feedback

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.

link|improve this answer
Forgot to mention - IrfanView crashes under WINE (ymmv), but anyway, WINE loads for few seconds. Editing the question. – Ondra Žižka Dec 1 '09 at 23:35
feedback

xnview has a beta MP verison. YMMV

I've used this on Windows, but prefer IrFanView

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

I am an IrfanView addict. Though the question is old, there is still no suitable replacement for IrfanView on Linux (I use Ubuntu). The nearest alternative I found and liked is Mirage.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.