Changeset 16211


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

merge r16210 from branch 2.4 to trunk

bug 2672: deactivate sampling-factor (for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/image.class.php

    r16146 r16211  
    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.