From WikiChip
Difference between revisions of "mirc/commands/drawsave"
m (PatrolBot moved page /drawsave command - mIRC to mirc/commands/drawsave: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/drawsave Command}}{{mIRC menu}} |
The '''/drawsave command''' saves the background picture of the specified picture @window to a file (bmp or jpeg). | The '''/drawsave command''' saves the background picture of the specified picture @window to a file (bmp or jpeg). | ||
Revision as of 04:09, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu The /drawsave command saves the background picture of the specified picture @window to a file (bmp or jpeg).
Synopsis
/drawsave -bNqN <@win> <filename>
Switches
- -bN - allows you to specify the bit depth of the saved file, which can be 1, 4, 8, 16, 24, or 32.
- -qN - allows you to specify the quality of the jpeg file that is being saved, where N is between 1 and 100.
Parameters
- <@win> - the window's name
- <filename> - the filename you want to save to
Example
None
Compatibility
Added: 5.3
See also
mIRC commands list