Show
Ignore:
Timestamp:
01/08/12 20:25:52 (17 months ago)
Author:
rvelices
Message:

feature 2548 multisize - added a page to build missing derivatives

  • browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/image.class.php

    r12851 r12865  
    705705                imagecopy($cut, $ioverlay, 0, 0, 0, 0, $ow, $oh); 
    706706                imagecopymerge($this->image, $cut, $x, $y, 0, 0, $ow, $oh, $opacity); 
     707    imagedestroy($cut); 
    707708    return true; 
    708709  }