This 5kb dll requires no additional installed components except
for win2k or higher, or win98 with gdiplus installed. It can take
screenshots in jpeg format with customizable quality. 

Usage: copy the dll to any path and in mIRC, use the dll command /dll or $dll()

There's only 1 routine named "takess", the parameter is in format "ddd path_to\store\image.jpg",
where ddd is quality/compression ratio ranging from 000 (poor quality, low filesize)
to 100 (best quiality, highest filesize).

Example:
//dll $qt(path_to\mirc ss.dll) takess 092 d:\screenshots\desktop.jpg
noop $dll(path_to\mirc ss.dll, takess, 092 d:\screenshots\desktop.jpg)

You must zeropad the image quality well, otherwise the path will be broken.
With $base(%quality, 10, 10, 3) where the 3 is used to zeropad 
when there's less than 3 digits you can assure this goes well.

If you have questions you can email me 	at zzattack@gmail.com 
and I'll see if I'll answer.