im(1) # NAME im - a simple image viewer # SYNOPSIS *im* _filename_ # DESCRIPTION im is a image viewer written in GTK+. It can open any image file supported by GdkPixbuf library, use *-f* flag to print the list of image formats supported by GdkPixbuf. # MODES im supports two image display modes, *Fit* and *Zoom*. The default mode *Fit* will resize the image to fit inside the current window while maintaining the aspect ratio. Zoom mode let's you zoom and pan (scroll) the zoomed-in image. # KEY BINDINGS im has separate key bindings for both *Fit* and *Zoom* mode. ## FIT MODE *j*, *l*, *n*, **, ** Next image *k*, *h*, *p*, **, ** Previous image ## ZOOM MODE *j*, ** Scroll down *k*, ** Scroll up *h*, ** Scroll left *l*, ** Scroll right *J*, *L*, **, ** Next image *K*, *H*, **, ** Previous image ## ANY MODE *+*, ** Zoom-in by 10% and switch to *Zoom* mode *-*, ** Zoom-out by 10% and switch to *Zoom* mode *=* Reset zoom to 100% and switch to *Zoom* mode *w* Switch to *Fit* mode *q* Quit # SEE ALSO *sxiv*(1), *feh*(1)