Changeset 16210


Ignore:
Timestamp:
Jun 30, 2012, 12:23:49 AM (12 years ago)
Author:
plg
Message:

bug 2672: deactivate sampling-factor (for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/include/image.class.php

    r16147 r16210  
    608608    $this->add_command('interlace', 'line'); // progressive rendering
    609609    // use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
    610     $this->add_command('sampling-factor', '4:2:2' );
     610    //
     611    // option deactivated for Piwigo 2.4.1, it doesn't work fo old versions
     612    // of ImageMagick, see bug:2672. To reactivate once we have a better way
     613    // to detect IM version and when we know which version supports this
     614    // option
     615    //
     616    // $this->add_command('sampling-factor', '4:2:2' );
    611617
    612618    $exec = $this->imagickdir.'convert';
Note: See TracChangeset for help on using the changeset viewer.