Ignore:
Timestamp:
2005-02-16T16:26:34+13:00 (19 years ago)
Author:
kjdon
Message:

moved smart blocking stuff in htmlplug metadata_read into basplug metadata read. htmlplug now just needs to implement store_block_files. basplug smart block will block a cover image if -cover_images is on. Converttoplug store_block_files needs to call the basplug default one (do nothing) cos it doesn't want to use the html specific one. Image plug needs to implement store_cover_image to do nothing cos it doesn'tmake sense

File:
1 edited

Legend:

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

    r8365 r9067  
    122122}
    123123
    124 
     124# this makes no sense for images
     125sub block_cover_image
     126{
     127    my $self =shift (@_);
     128    my ($filename) = @_;
     129
     130    return;
     131}
    125132# Create the thumbnail and screenview images, and discover the Image's
    126133# size, width, and height using the convert utility.
Note: See TracChangeset for help on using the changeset viewer.