Changeset 23498 for branches/2.5/i.php


Ignore:
Timestamp:
Jun 24, 2013, 3:33:02 PM (11 years ago)
Author:
plg
Message:

feature 2929: strip metadata on configurable threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/i.php

    r20578 r23498  
    610610}
    611611
    612 if ($d_size[0]*$d_size[1] < 256000)
     612if ($d_size[0]*$d_size[1] < $conf['derivatives_strip_metadata_threshold'])
    613613{// strip metadata for small images
    614614  $image->strip();
Note: See TracChangeset for help on using the changeset viewer.