Ignore:
Timestamp:
2017-09-07T10:02:56+12:00 (7 years ago)
Author:
kjdon
Message:

we are actually processing the tifs now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/pei-jones/collect/written-works/perllib/plugins/PJPlugin.pm

    r31892 r31940  
    7575
    7676        # PJ: use jpg versions instead of tif versions
    77         $imgname =~ s/tif/jpg/g;
    78         print STDERR "new img name=$imgname\n";
     77        #$imgname =~ s/tif/jpg/g;
     78        #print STDERR "new img name=$imgname\n";
    7979        # create a new section for each image file
    8080        my $cursection = $doc_obj->insert_section($doc_obj->get_end_child($topsection));
     
    138138
    139139    # PJ: use jpg versions instead of tif versions
    140     $imgname =~ s/tif/jpg/g;
     140    #$imgname =~ s/tif/jpg/g;
    141141
    142142    # find the image file if there is one
Note: See TracChangeset for help on using the changeset viewer.