Jump to content

RXMMIO: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
Line 27: Line 27:


==Links==
==Links==
* [https://hobbes.nmsu.edu/download/pub/os2/apps/mmedia/util/rxm130.zip rxm130.zip]
* [rxm130.zip]


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

Latest revision as of 03:14, 6 May 2023

RXMMIO.DLL is a REXX DLL to manipulate image files using the Multimedia I/O Procedures included with the operating system. Functions to get image information, converting between various image file formats and merging single images into one multipage image file are provided. In addition, a number of basic non MM/2 related image processing functions are included for greyscale conversion, brightness manipulation, image trimming, image sizing, image zooming, image rotating and RLE24-to-no-compression conversion.

Functions

  • rxMIODllVersion
  • rxMIOImgInfo
  • rxMIOConvert
  • rxMIOImgMerge
  • rxMIOFormats
  • rxBMPTrim
  • rxBMPGrayscale
  • rxBMPBright
  • rxBMPNeg
  • rxBMPNoRLE
  • rxMIOImgInfo
  • rxBMPZoom
  • rxBMPRot

Files

  • rxmmio.dll

Version

  • 1.30

License

Links

  • [rxm130.zip]