Jump to content

RxImgSize: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''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 colours of images from various file formats (jpg, png, gif, bmp etc.)
;Files
* RXIMGSZE.DLL


==Functions==
==Functions==
Line 13: Line 16:


==Links==
==Links==
* [//hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxImgSize_1-03.zip rxImgSize_1-03.zip] (May 2014)
* [rxImgSize_1-03.zip] (May 2014)
* [https://github.com/OS2World/LIB-REXX-RxImgSize Github]
* [https://github.com/OS2World/LIB-REXX-RxImgSize Github]


[[Category:REXX Function Library]]
[[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