Jump to content

RxImgSize: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
==Description==
==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 colors of images of 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==
==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:Libraries]]
[[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

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.