stb-imv/readme_binary.txt

43 lines
809 B
Plaintext
Raw Normal View History

2007-06-27 01:22:01 +04:00
*| imv(stb) windows image viewer. copyright 2007 Sean Barrett. GPL 2.0. |*
2007-06-25 13:14:25 +04:00
This program comes with NO WARRANTY. See the GNU GPL for details.
http://www.gnu.org/licenses/gpl.html
SOURCE
http://code.google.com/p/stb-imv/
2007-06-25 13:14:25 +04:00
2007-06-27 01:22:01 +04:00
2007-06-25 13:14:25 +04:00
INSTALLING
2007-10-20 23:42:05 +04:00
Put imv.exe somewhere on your path.
If you prefer to use a stripped-down version and you're sure you
have GDI+, use imv_light.exe, which is less than 2/3rds the size
of imv.exe.
2007-06-25 13:14:25 +04:00
LAUNCHING
2007-06-25 13:15:23 +04:00
Run on the commandline as:
2007-10-20 23:42:05 +04:00
2007-06-27 01:22:01 +04:00
imv [imagefile]
2007-06-25 13:14:25 +04:00
You can use 'open with' and it will do the right thing. You can
even set it as the default for JPG/PNG/BMP filetypes, but since
it can't open certain ones, this may not be a good idea.
USER INTERFACE
2007-06-27 01:22:01 +04:00
Press F1 while running imv for documentation.
2007-06-25 13:14:25 +04:00
UNINSTALLING
2007-06-27 01:22:01 +04:00
Delete the executable.
2007-06-26 05:00:05 +04:00
RELEASE NOTES