DataObjects/Images.php
authorEdward <edward@roojs.com>
Fri, 12 Oct 2018 02:55:56 +0000 (10:55 +0800)
committerEdward <edward@roojs.com>
Fri, 12 Oct 2018 02:55:56 +0000 (10:55 +0800)
DataObjects/Images.php

index 96b7c88..e26ff0b 100644 (file)
@@ -915,7 +915,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         }
         
         $orientation = $imagick->getImageOrientation(); 
-        print_R($orientation);exit;
+//        print_R($orientation);exit;
         switch($orientation) { 
             case Imagick::ORIENTATION_BOTTOMRIGHT: 
                 $imagick->rotateimage(new ImagickPixel('#00000000'), 180); // rotate 180 degrees