Jump to content

RxImgSize: Difference between revisions

From EDM2
Created page with "==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 colors of images..."
 
Ak120 (talk | contribs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==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.)
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==
;Files
* [http://www.os2world.com/forum/index.php?action=dlattach;topic=255.0;attach=377 Version 1.03] (May 18 2014)
* RXIMGSZE.DLL
* [https://github.com/OS2World/LIB-REXX-RxImgSize Source code at Github]
 
==Functions==
* rxImgLoadFuncs
* rxImgDropFunc
* rxImgVersion
* rxImgReSiz
* rxImgCapture


==License==
==License==
BSD 3-Clause
*BSD 3-Clause
 
*Author: Jan-Erik Lärka
==Author==
* Jan-Erik Lärka


==Acknowledge==
==Links==
Parts of the code has been influenced by GBM. Thanks to the work by [[Heiko Nitzsche]], Germany.
* [rxImgSize_1-03.zip] (May 2014)
* [https://github.com/OS2World/LIB-REXX-RxImgSize Github]


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

Latest revision as of 22:36, 25 July 2023

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

Files
  • RXIMGSZE.DLL

Functions

  • rxImgLoadFuncs
  • rxImgDropFunc
  • rxImgVersion
  • rxImgReSiz
  • rxImgCapture

License

  • BSD 3-Clause
  • Author: Jan-Erik Lärka

Links

  • [rxImgSize_1-03.zip] (May 2014)
  • Github