X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FImages.php;h=d024fcfb1ced3c08d28c94f0ea18c970c7294189;hb=a3aee94f26d113c118d2fc75eea8a75fa99d8098;hp=fc3f61e285ff9583b398cdfd974ec47b328778f0;hpb=afdea8e0bdb8f7bc8935caadbc8f08742e35964b;p=Pman.Core diff --git a/DataObjects/Images.php b/DataObjects/Images.php index fc3f61e2..d024fcfb 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -830,44 +830,8 @@ class Pman_Core_DataObjects_Images extends DB_DataObject $data = file_get_contents($file); -// if(!empty($scaleWidth) || !empty($scaleHeight)){ -// -// $width = $this->width; -// $height = $this->height; -// -// if(!empty($scaleWidth)){ -// $width = $scaleWidth; -// -// if(empty($scaleHeight)){ -// $height = $this->height * $scaleWidth / $this->width; -// } -// } -// -// -// -// if(!empty($scaleHeight)){ -// $height = $scaleHeight; -// -// if(empty($scaleWidth)){ -// $width = $this->width * $scaleHeight / $this->height; -// } -// } -// -// $im = imagecreatefromstring($data); -// -// if (($scaled = imagescale($im, $width, $height)) != false) { -// ob_start(); -// imagejpeg($scaled); -// $data = ob_get_contents(); -// ob_end_clean(); -// imagedestroy($im); -// imagedestroy($scaled); -// } -// -// } - if(!empty($scaleWidth) || !empty($scaleHeight)){ - $data = $this->scale($scaleWidth, $scaleHeight); + $data = $this->scale(false, $scaleWidth, $scaleHeight); } if($rotate){