[Toc][Index]

Convert image files


Name     REXXMIO.DLL - convert image files 
Version  July 2003 
Author   Armin Schwarz 
         (see EMail Addresses)
Distrib. Freeeware 
Type     REXX DLL 
Price    -
Source   Internet 
         will be part of the next version of TAME/2


(see also RXMMIO - convert image files - I think that is the new version 
of this library) 
Description from the author: 
"REXXMIO.DLL is a REXX DLL to convert image files using the OS/2 or 
eComStation Multimedia I/O Procedures included with the operating system. 
The following image file formats are supported on a base system: VID, DIB, 
PCX, TGA, PCD, TIF, BMP, GIF and JPG." 
The DLL contains the following functions: 
 rxMIOLoadFuncs  
    Register the functions from the DLL 
 rxMIODROPFuncs 
    Drop the DLL 
 rxMIODllVersion() 
    returns the version of the DLL 
 rc = rxMIOImgInfo(infile, index) 
    Retrieve information about a file (resolution WxH, bits, number of 
    images and current image index) 
  rc = rxMIOConvert(infile, outfile, flag, index) 
    Convert an image 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs