icotool --version (return code: 0)
icotool (icoutils) 0.31.0
Copyright (C) 1998 Oskar Liljeblad
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Oskar Liljeblad.
icotool --help (return code: 0)
Usage: icotool [OPTION]... [FILE]...
Convert and create Win32 icon (.ico) and cursor (.cur) files.
Commands:
-x, --extract extract images from files
-l, --list print a list of images in files
-c, --create create an icon file from specified files
--help display this help and exit
--version output version information and exit
Options:
-i, --index=NUMBER match index of image (first is 1)
-w, --width=PIXELS match width of image
-h, --height=PIXELS match height of image
-p, --palette-size=COUNT match number of colors in palette (or 0)
-b, --bit-depth=COUNT match or set number of bits per pixel
-X, --hotspot-x=COORD match or set cursor hotspot x-coordinate
-Y, --hotspot-y=COORD match or set cursor hotspot y-coordinate
-t, --alpha-threshold=LEVEL highest level in alpha channel indicating
transparent image portions (default is 127)
-r, --raw=FILENAME store input file as raw PNG ("Vista icons")
--icon match icons only
--cursor match cursors only
-o, --output=PATH where to place extracted files
Report bugs to <frank.richter@gmail.com>.