Changeset 22612


Ignore:
Timestamp:
2010-08-12T15:59:23+12:00 (14 years ago)
Author:
kjdon
Message:

made the default process exp a bit nicer to read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ImagePlugin.pm

    r21760 r22612  
    9292
    9393    # from .jpf and onwards below, the file extensions are for JPEG2000
    94     return q^(?i)(\.jpe?g|\.gif|\.png|\.bmp|\.xbm|\.tif?f|\.jpf|\.jpx|\.jp2|\.jpc|\.j2k|\.pnm|\.pgx)$^;
     94    return q^(?i)\.(jpe?g|gif|png|bmp|xbm|tif?f|jpf|jpx|jp2|jpc|j2k|pnm|pgx)$^;
    9595}
    9696
Note: See TracChangeset for help on using the changeset viewer.