Changeset 13426 for trunk/i.php


Ignore:
Timestamp:
Feb 28, 2012, 10:18:03 PM (12 years ago)
Author:
rvelices
Message:
  • derivative fix floating point rounding errors for certain sizes
  • increase derivative size for which metadata is kept
  • imagick use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
  • dont show mobile theme links if there is no mobile theme installed
  • mobile theme favicon removed because 404
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/i.php

    r13171 r13426  
    520520}
    521521
    522 if ($d_size[0]*$d_size[1] < 100000)
     522if ($d_size[0]*$d_size[1] < 256000)
    523523{// strip metadata for small images
    524524  $image->strip();
Note: See TracChangeset for help on using the changeset viewer.