Ignore:
Timestamp:
05/02/06 14:45:59 (18 years ago)
Author:
pinsard
Message:

upgrade of IMAGE according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/IMAGE/showimage.pro

    r21 r23  
    1010;    The input formats supported are: 
    1111;    GIF   8-bit with color table, 
     12;    PNG   8-bit with color table, 
    1213;    BMP   8-bit with color table or 24-bit true-color, 
    1314;    PICT  8-bit with color table, 
     
    122123if result eq 0 then result = query_tiff(file, info) 
    123124if result eq 0 then result = query_jpeg(file, info) 
     125if result eq 0 then result = query_png(file, info) 
    124126if result eq 0 then begin 
    125127  message, 'File format not recognized', /continue 
     
    136138 
    137139  'GIF' : read_gif, file, image, r, g, b 
     140 
     141  'PNG' : read_png, file, image, r, g, b 
    138142 
    139143  'BMP' : begin 
Note: See TracChangeset for help on using the changeset viewer.