Changeset 9022


Ignore:
Timestamp:
Jan 31, 2011, 11:43:41 PM (13 years ago)
Author:
plg
Message:

no need to check the availability of a GD function in the ImageMagick resize algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_upload.inc.php

    r9021 r9022  
    547547  $image = new Imagick($source_filepath);
    548548
    549   $rotation = null;
    550   if (function_exists('imagerotate'))
    551   {
    552     $rotation = get_rotation_angle($source_filepath);
    553   }
     549  $rotation = get_rotation_angle($source_filepath);
    554550 
    555551  // width/height
Note: See TracChangeset for help on using the changeset viewer.