Commit graph

71 commits

Author SHA1 Message Date
Dmitrij D. Czarkoff ecca345f3e Loading image data from standard input
This commit changes processing of arguments:

* When called without arguments (with or without flags), imv reads list of files
  from standard input.
* When called with "-" among arguments, read image data from standard input.
2016-01-14 21:43:36 +01:00
Dmitrij D. Czarkoff c61a0a90db Allow fractional slideshow timeout
Accept slideshow timeout expressed as fractional numbers.  It is intentionally
lax, so that arguments like ".1" or "5." are accepted and give no surprises.
2015-12-30 15:48:03 +01:00
Dmitrij D. Czarkoff 775b8ea73f Fix several issues with manual 2015-12-30 10:47:21 +01:00
Dmitrij D. Czarkoff a1455d9523 Rewrite manual page using mdoc(7) markup language 2015-12-29 23:32:26 +01:00
Dmitrij D. Czarkoff c681f5c58e Document default font in manual
Also reference the fonts.conf(5) manual, which explains fonts configuration.
2015-12-25 23:48:59 +01:00
Harry Jeffery 6b65212399 Document default background color 2015-12-11 15:32:42 +00:00
Aleksandra Kosiacka a08087af7a add -l option for listing all open images on exit
fixes #43
2015-12-10 14:02:47 +00:00
Harry Jeffery 40003f9a45 Add -t synopsis to manpage 2015-12-09 12:44:30 +00:00
Hannes Koerber 0dd3f6b104 Add slideshow option. 2015-12-09 10:50:16 +01:00
Harry Jeffery 81091690ba Add support for -n PATH starting specifier
Fixes #36
2015-11-20 11:43:38 +00:00
Harry Jeffery 2737649cef Use fontconfig to search for fonts 2015-11-19 23:25:33 +00:00
Harry Jeffery 28c53b379b Don't recommend -i in documentation 2015-11-19 16:08:12 +00:00
Harry Jeffery 53fd3b8f3a Add an overlay option '-d'.
TODO: The font needs to be configurable with an option.

Refs #35
2015-11-17 17:14:57 +00:00
Harry Jeffery d3e7f724f0 Add -u option for nearest neighbour resampling 2015-11-14 20:17:40 +00:00
Harry Jeffery 98ac48de35 Add -b option to set background 2015-11-14 17:05:55 +00:00
Michal Koutenský b966768258 add -n to manpage 2015-11-13 23:01:06 +01:00
Harry Jeffery 2615a3f2ba Relicence imv to GPLv2+ 2015-11-12 17:49:23 +00:00
Harry Jeffery 9cd0c1bd65 Print current image path to stdout
Fixes #10
2015-11-12 13:12:44 +00:00
Harry Jeffery 0f7b7cfda8 Add GPL information for the FreeImage library
Fixes #14
2015-11-12 13:08:49 +00:00
Harry Jeffery 2e5fd4864d Update manpage 2015-11-11 16:48:12 +00:00
Harry Jeffery c155280cb8 Move manpage into doc directory 2015-11-11 15:28:59 +00:00