Drawpic » History » Version 7
Per Amundsen, 01/04/2019 09:40 PM
1 | 2 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | 6 | Per Amundsen | */drawpic -ihmnotsclgN <@window> [color] <x y [w h]> [x y w h] [N] [M]<filename>* |
4 | 1 | Per Amundsen | |
5 | *Switches* |
||
6 | |||
7 | 5 | Per Amundsen | -t - TODO |
8 | 1 | Per Amundsen | -s - Indicates that you have specified the first [w h] parameters to squeeze/stretch the bitmap. |
9 | 3 | Per Amundsen | -c - Indicates that the bitmap should be cached. This greatly speeds up subsequent references to this bitmap. If you specify -c and the bitmap is already in the cache, it is loaded and used from the cache, otherwise it is reloaded from the file. You can clear the entire cache with /drawpic -c. |
10 | 4 | Per Amundsen | -l - TODO |
11 | 3 | Per Amundsen | -m - Changes the stretch mode quality when the picture is resized. |
12 | 1 | Per Amundsen | -o - Indicates that you have specified the [N] value before the filename, representing the index of the icon in the file. |
13 | -gN - TODO |
||
14 | -i - TODO |
||
15 | -h - Highlights the windows icon if it is minimized. |
||
16 | -n - Prevents the display from being updated immediately. |
||
17 | 7 | Per Amundsen | -o - Indicates that you have specified the [N] value before the filename represents the index of the icon in the file. |
18 | 6 | Per Amundsen | -f - TODO |
19 | 1 | Per Amundsen | |
20 | *Parameters* |
||
21 | |||
22 | <@window> - The window name to draw. |
||
23 | [color] - If -t is used, the RGB color used for transparency. |
||
24 | <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. |
||
25 | [x y w h] - The area in the picture to be drawn. |
||
26 | [N] - If -o is used, the index number of the picture in the file. |
||
27 | 6 | Per Amundsen | [M] - TODO |
28 | 1 | Per Amundsen | <filename> - The filename for the picture. |