RxImgSize: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
rxImgSize is a | 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 | The library can also scale images and reduce/increase the number of colours of images from various file formats (jpg, png, gif, bmp etc.) | ||
==Download== | ==Download== | ||
Line 19: | Line 19: | ||
Parts of the code has been influenced by GBM. Thanks to the work by [[Heiko Nitzsche]], Germany. | Parts of the code has been influenced by GBM. Thanks to the work by [[Heiko Nitzsche]], Germany. | ||
[[Category: | [[Category:REXX]] |
Revision as of 18:56, 17 September 2016
Description
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.)
Download
- Version 1.03 (May 18 2014)
- Source code at Github
License
BSD 3-Clause
Author
- Jan-Erik Lärka
Link
Acknowledge
Parts of the code has been influenced by GBM. Thanks to the work by Heiko Nitzsche, Germany.