RxImgSize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
'''rxImgSize''' is a function library that can be used to capture the screen and save it to a file. The library can also scale images and reduce/increase the number of colors of images of various file formats (jpg, png, gif, bmp etc.) | |||
rxImgSize is a | |||
The library can also scale images and reduce/increase the number of colors of images of various file formats (jpg, png, gif, bmp etc.) | |||
== | ==License== | ||
*BSD 3-Clause | |||
*Author: [[Jan-Erik Lärka]] | |||
*Acknowledge: Parts of the code has been influenced by GBM. Thanks to the work by [[Heiko Nitzsche]], Germany. | |||
==Links== | |||
* [http://www.os2world.com/forum/index.php?action=dlattach;topic=255.0;attach=377 Version 1.03] (May 18 2014) | * [http://www.os2world.com/forum/index.php?action=dlattach;topic=255.0;attach=377 Version 1.03] (May 18 2014) | ||
* [https://github.com/OS2World/LIB-REXX-RxImgSize Source code at Github] | * [https://github.com/OS2World/LIB-REXX-RxImgSize Source code at Github] | ||
[[Category:Open Source Software]][[Category:REXX Function Library]] | |||
[[ | |||
[[Category: |
Revision as of 18:24, 12 November 2017
rxImgSize is a function library that can be used to capture the screen and save it to a file. The library can also scale images and reduce/increase the number of colors of images of various file formats (jpg, png, gif, bmp etc.)
License
- BSD 3-Clause
- Author: Jan-Erik Lärka
- Acknowledge: Parts of the code has been influenced by GBM. Thanks to the work by Heiko Nitzsche, Germany.
Links
- Version 1.03 (May 18 2014)
- Source code at Github