Jump to content

RxImgSize: Difference between revisions

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


==Download==
* [[OS2 API:RxImgSize|Functions]]
* [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]


==License==
==License==
Line 14: Line 12:


==Link==
==Link==
* [[OS2 API:RxImgSize|API Documentation]]
* [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]


==Acknowledge==
==Acknowledge==
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]].


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

Revision as of 08:54, 7 October 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.)

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.