RxImgSize: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
'''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 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 colors of images of various file formats (jpg, png, gif, bmp etc.)


==Download==
==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]


==License==
[[Category:Open Source Software]][[Category:REXX Function Library]]
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.
 
[[Category:Libraries]]

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

Links