Project

General

Profile

Feature #15288 » class.t3lib_stdgraphic.patch

Administrator Admin, 2005-12-15 22:43

View differences:

class.t3lib_stdgraphic.php 2007-07-05 12:54:28.000000000 +0200
if (@file_exists($output)) {
$info[3] = $output;
$info[2] = $newExt;
if ($params) { // params could realisticly change some imagedata!
if ($params || $data['crs']) { // params could realisticly change some imagedata!
$info=$this->getImageDimensions($info[3]);
}
if ($info[2]==$this->gifExtension && !$this->dontCompress) {
(1-1/5)