Jump to content

RXMMIO: Difference between revisions

From EDM2
Created page with "RXMMIO.DLL is a REXX DLL to manipulate image files using the OS/2 or eComStation Multimedia I/O Procedures included with the operating system. Functions to get image informati..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
RXMMIO.DLL is a REXX DLL to manipulate image files using the OS/2 or eComStation 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 grayscale conversion, brightness manipulation, image trimming, image sizing, image zooming, image rotating and RLE24-to-no-compression conversion.
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==
==Functions==

Revision as of 17:21, 14 September 2022

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