Changeset 4 for trunk/classes/bin/imageext.rx
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/bin/imageext.rx
r2 r4 1 1 /* rexx - Return all image extensions we have a MM class for. 2 This script is called by M_MMImage . After getting the extensions2 This script is called by M_MMImage and mmfind.exe. After getting the extensions 3 3 M_MMImage checks if there're any additional extensions handled by 4 4 installed image IO procedures. If yes, these unhandled extensions … … 8 8 9 9 10 allExt=" _IM DIB GIF JPG VID PCX PCD TIF TGABMP"10 allExt="*._IM,*.DIB,*.GIF,*.JPG,*.VID,*.PCX,*.PCD,*.TIF,*.TGA,*.BMP" 11 11 return allExt 12 12 EXIT 13 13 14
Note:
See TracChangeset
for help on using the changeset viewer.