RxImgSize: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
rxImgSize is a Rexx DLL that can capture the screen and save it to a file. | '''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.) | ||
The library can also scale images and reduce/increase the number of colours of images from various file formats (jpg, png, gif, bmp etc.) | |||
* | ==Functions== | ||
* rxImgLoadFuncs | |||
* rxImgDropFunc | |||
* rxImgVersion | |||
* rxImgReSiz | |||
* rxImgCapture | |||
==License== | ==License== | ||
BSD 3-Clause | *BSD 3-Clause | ||
*Author: Jan-Erik Lärka | |||
== | ==Links== | ||
* [//hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxImgSize_1-03.zip rxImgSize_1-03.zip] (May 2014) | |||
* [https://github.com/OS2World/LIB-REXX-RxImgSize Github] | |||
* [ | |||
* [https://github.com/OS2World/LIB-REXX-RxImgSize | |||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Revision as of 18:53, 2 May 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.)
Functions
- rxImgLoadFuncs
- rxImgDropFunc
- rxImgVersion
- rxImgReSiz
- rxImgCapture
License
- BSD 3-Clause
- Author: Jan-Erik Lärka
Links
- rxImgSize_1-03.zip (May 2014)
- Github