| Last change
 on this file since 52 was             2, checked in by stevenhl, 8 years ago | 
        
          | 
Import sources from cwmm-full.zip dated 2005-03-21
 | 
        
          | File size:
            454 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* rexx - Return all image extensions we have a MM class for. | 
|---|
| 2 | This script is called by M_MMImage. After getting the extensions | 
|---|
| 3 | M_MMImage checks if there're any additional extensions handled by | 
|---|
| 4 | installed image IO procedures. If yes, these unhandled extensions | 
|---|
| 5 | are associated with the MMImage class so lighttable folder and | 
|---|
| 6 | image editor are working. | 
|---|
| 7 | */ | 
|---|
| 8 |  | 
|---|
| 9 |  | 
|---|
| 10 | allExt="_IM DIB GIF JPG VID PCX PCD TIF TGA BMP" | 
|---|
| 11 | return allExt | 
|---|
| 12 | EXIT | 
|---|
| 13 |  | 
|---|
| 14 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.