Changeset 14723
- Timestamp:
- May 3, 2012, 8:07:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/image.class.php
r14649 r14723 602 602 { 603 603 $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' ); 604 606 605 607 $exec = $this->imagickdir.'convert';
Note: See TracChangeset
for help on using the changeset viewer.