Ignore:
Timestamp:
2008-06-09T12:26:27+12:00 (16 years ago)
Author:
kjdon
Message:

changed some comments, also, new ReadTextFile, need to pass in extra arg so argument parsing is not done yet

File:
1 edited

Legend:

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

    r15872 r15905  
    113113# format DocumentText "<center><table width=_pagewidth_><tr><td>[srcicon]</td></tr></table></center>"
    114114#
    115 # To have it create thumbnail size images, use the '-thumbnail' option.
    116 # To have it create medium size images for display, use the '-screenview'
     115# To have it create thumbnail size images, use the '-create_thumbnail' option.
     116# To have it create medium size images for display, use the '-create_screenview'
    117117# option. As usual, running
    118118# 'perl -S pluginfo.pl PagedImagePlugin' will list all the options.
     
    122122# next and previous arrows, and a goto page X box.
    123123
    124 # If you have used -screenview, you can also use [screenicon] in the format
     124# If you have used -create_screenview, you can also use [screenicon] in the format
    125125# statement to display the smaller image.  Here is an example  that switches
    126126# between the two:
     
    193193   
    194194    new ImageConverter($pluginlist, $inputargs, $hashArgOptLists);
    195     new ReadTextFile($pluginlist, $inputargs, $hashArgOptLists);
     195    new ReadTextFile($pluginlist, $inputargs, $hashArgOptLists, 1);
    196196    my $self = new ReadXMLFile($pluginlist, $inputargs, $hashArgOptLists);
    197197   
Note: See TracChangeset for help on using the changeset viewer.