Jump to content

RxImgSize: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
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.)


* [[OS2 API:RxImgSize|Functions]]
*[[RxImgSize Functions]]


==License==
==License==
Line 15: Line 14:
* [https://github.com/OS2World/LIB-REXX-RxImgSize Source code at Github]
* [https://github.com/OS2World/LIB-REXX-RxImgSize Source code at Github]


==Acknowledge==
;Acknowledge:Parts of the code has been influenced by GBM. Thanks to the work by Heiko Nitzsche.
Parts of the code has been influenced by GBM. Thanks to the work by [[Heiko Nitzsche]].


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Revision as of 05:35, 10 February 2017

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.)

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.