Changeset 13426 for trunk/admin
- Timestamp:
- Feb 28, 2012, 10:18:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/image.class.php
r13115 r13426 459 459 function write($destination_filepath) 460 460 { 461 // use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception) 462 $this->image->setSamplingFactors( array(2,1) ); 461 463 return $this->image->writeImage($destination_filepath); 462 464 }
Note: See TracChangeset
for help on using the changeset viewer.