Ignore:
Timestamp:
Jul 13, 2017, 5:17:57 AM (8 years ago)
Author:
stevenhl
Message:

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/bin/imageext.rx

    r2 r4  
    11/* rexx - Return all image extensions we have a MM class for.   
    2    This script is called by M_MMImage. After getting the extensions
     2   This script is called by M_MMImage and mmfind.exe. After getting the extensions
    33   M_MMImage checks if there're any additional extensions handled by
    44   installed image IO procedures. If yes, these unhandled extensions
     
    88
    99
    10 allExt="_IM DIB GIF JPG VID PCX PCD TIF TGA BMP"
     10allExt="*._IM,*.DIB,*.GIF,*.JPG,*.VID,*.PCX,*.PCD,*.TIF,*.TGA,*.BMP"
    1111return allExt
    1212EXIT
    1313
    14 
Note: See TracChangeset for help on using the changeset viewer.