Ignore:
Timestamp:
Jul 24, 2012, 10:49:31 PM (12 years ago)
Author:
rvelices
Message:

bug 2682: Watermark sizing calculation is made on the requested size not on the final one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative.inc.php

    r16508 r16989  
    198198    if ( $src->has_size() && $params->is_identity( $src->get_size() ) )
    199199    {
    200       if (!$params->use_watermark && !$src->rotation)
     200      if (!$params->will_watermark($src->get_size()) && !$src->rotation)
    201201      {
    202202        $params = null;
Note: See TracChangeset for help on using the changeset viewer.