Changeset 14723


Ignore:
Timestamp:
May 3, 2012, 8:07:51 PM (12 years ago)
Author:
rvelices
Message:

multi size external imagemagick use 4:2:2 chroma subsampling as imagick extension (reduce file size by 20-30% with "almost" no human perception)

File:
1 edited

Legend:

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

    r14649 r14723  
    602602  {
    603603    $this->add_command('interlace', 'line'); // progressive rendering
     604    // use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
     605    $this->add_command('sampling-factor', '4:2:2' );
    604606
    605607    $exec = $this->imagickdir.'convert';
Note: See TracChangeset for help on using the changeset viewer.