Changeset 14954


Ignore:
Timestamp:
2008-02-04T15:01:21+13:00 (16 years ago)
Author:
mdewsnip
Message:

New "-cached_generated_images" option for caching images in the Greenstone "tmp" directory, instead of giving them random names and regenerating them every import. Thanks to DL Consulting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ImagePlug.pm

    r14953 r14954  
    4040    'type' => "regexp",
    4141    'deft' => &get_default_process_exp(),
     42    'reqd' => "no" },
     43      { 'name' => "cache_generated_images",
     44    'desc' => "{ImagePlug.cache_generated_image}",
     45    'type' => "flag",
    4246    'reqd' => "no" },
    4347      { 'name' => "noscaleup",
Note: See TracChangeset for help on using the changeset viewer.