blob: 9da015a34f918940e6b8dae82a875dabcb5a7a59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
imv - Image Viewer
==================
`imv` is a command line image viewer intended for use with tiling window managers.
Currently `imv` is in **alpha**. Command line flags and shortcuts may change
without notice.
Features
--------
###Wayland support
`imv` supports Wayland out of the box.
###Animated gif support
`imv` will display animated gifs in all their silent movie era glory
###Support for many file formats
* BMP
* Dr. Halo CUT
* DDS
* EXR
* Raw
* GIF
* HDR
* ICO
* IFF
* JBIG
* JNG
* JPEG/JIF
* JPEG-2000
* JPEG-XR
* KOALA
* Kodak PhotoCD
* MNG
* PCX
* PBM/PGM/PPM
* PFM
* PNG
* Macintosh PICT
* Photoshop PSD
* RAW
* Sun RAS
* SGI
* TARGA
* TIFF
* WBMP
* WebP
* XBM
* XPM
Usage
-----
### Opening images
imv image1.png another_image.jpeg yet_another.TIFF
### Opening images via stdin
find . "*.png" | imv -i
### Autoscale images to fit the window
imv -s *.gif
### Open an image fullscreen (and scale to fit screen)
imv -fs image.jpeg
### Sorting images
find . "*.png" | sort | imv -i
### Shuffling images
find . "*.png" | shuf | imv -i
License
-------
`imv` is published under the [MIT](LICENSE) license.
|