RxImgSize: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''rxImgSize''' is a Rexx DLL that can capture the screen and save it to a file. The library can also scale images and reduce/increase the number of colours of images from various file formats (jpg, png, gif, bmp etc.) | '''rxImgSize''' is a Rexx DLL that can capture the screen and save it to a file. The library can also scale images and reduce/increase the number of colours of images from various file formats (jpg, png, gif, bmp etc.) | ||
;Files | |||
* RXIMGSZE.DLL | |||
==Functions== | ==Functions== |
Revision as of 00:18, 15 November 2020
rxImgSize is a Rexx DLL that can capture the screen and save it to a file. The library can also scale images and reduce/increase the number of colours of images from various file formats (jpg, png, gif, bmp etc.)
- Files
- RXIMGSZE.DLL
Functions
- rxImgLoadFuncs
- rxImgDropFunc
- rxImgVersion
- rxImgReSiz
- rxImgCapture
License
- BSD 3-Clause
- Author: Jan-Erik Lärka
Links
- rxImgSize_1-03.zip (May 2014)
- Github