Project

General

Profile

Drawpic » History » Version 1

Per Amundsen, 07/12/2016 12:37 AM

1 1 Per Amundsen
*/drawpic -ihmnotsclgN <@window> [color] <x y [w h]> [x y w h] [N] <filename>*
2
3
*Switches*
4
5
-t - Indicates that you have specified the [color] RGB value as a transparent color in the specified bitmap.
6
-s - Indicates that you have specified the first [w h] parameters to squeeze/stretch the bitmap.
7
-c - TODO
8
-l - Tiles the picture.
9
-m - TODO
10
-o - Indicates that you have specified the [N] value before the filename, representing the index of the icon in the file.
11
-gN - TODO
12
-i - TODO
13
-h - Highlights the windows icon if it is minimized.
14
-n - Prevents the display from being updated immediately.
15
16
*Parameters*
17
18
<@window> - The window name to draw.
19
[color] - If -t is used, the RGB color used for transparency.
20
<x y [w h]> - The x y coordinates where you want to draw, if -s is used, [w h] is the width/height that will be used to squeeze/stretch the bitmap.
21
[x y w h] - The area in the picture to be drawn.
22
[N] - If -o is used, the index number of the picture in the file.
23
<filename> - The filename for the picture.