Changeset 3517


Ignore:
Timestamp:
2002-11-07T01:17:37+13:00 (21 years ago)
Author:
davidb
Message:

ImagePlug modified so 'Source' metadata set to be consistent with
other plugins.

File:
1 edited

Legend:

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

    r3307 r3517  
    147147
    148148    $doc_obj->add_metadata ($section, "Image", $url);
     149
     150    # Also want to set filename as 'Source' metadata to be
     151    # consistent with other plugins
     152    $doc_obj->add_metadata ($section, "Source", $url);
     153
    149154    my ($image_type, $image_width, $image_height, $image_size)
    150155    = &identify($filename, $outhandle, $verbosity);
Note: See TracChangeset for help on using the changeset viewer.