IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2009, 9:29:09 AM (17 years ago)
Author:
bills
Message:

skip images if poor_quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_component.pl

    r24434 r24872  
    157157    my $image_type = get_image_type($stage, $file_rule);
    158158
    159     # if we are building a clean bundle skip this rule
    160     next if $clean && $image_type;
     159    # if this is an image and we are building a clean bundle or if quality is bad skip this rule
     160    next if $image_type and ($clean or $poor_quality);
    161161
    162162    # if magic is required, don't ship jpegs or binned fits images
Note: See TracChangeset for help on using the changeset viewer.