Skip to content
TG007 archive file #1,823

nScreenShot 1.0

mIRC DLL used to create screenshots

By nacitar Added Dec 16, 2020 Version 1.0 mIRC Version: 7.52+
Download file
FILETG007 file
Advertisement
About this file

Overview

==========================
Usage
==========================
? Screenshot
This command takes a simple screenshot of your computer and
saves it to your computer.
USE:
$dll(path\nScreenShot.dll,Screenshot,)
EXAMPLE:
//echo -a $dll(path\nScreenShot.dll,Screenshot,c:\mirc\screenshot.jpg)

? Convert
This function converts an image from one file to another.
USE:
$dll(path\nScreenShot.dll,Convert,?)
EXAMPLE:
//echo -a $dll(path\nScreenShot.dll,Screenshot,c:\mirc\screenshot.jpg?c:\mirc\screenshot.png)

==========================
Notes
==========================
The return values will either be S_OK or E_* where * is
descriptive of the error.

Supported formats, the R column is read, and the W column is write:

RW Extention
xx .tiff
xx .jpg
xx .bmp
xx .png
xx .tga
x- .wbmp
x- .pbm
x- .ppm
x- .pgm
x- .pcx
x- .ico
x- .mng
x- .psd
x- .jng
x- .koa
x- .pcd
x- .ras
x- .cut
x- .iff
x- .lbm

NOTE: alternate extentions work as well.. like jpeg and jpg.
.pbm .ppm .pgm and .wbmp are supported by the lib to
write, but I cannot get them to work.
Community

Comments

No comments yet. Be the first to add useful information about this file.
Keep exploring

Related files

More in Script Support Files & DLLs →
Advertisement