Feature #15288 » class.t3lib_stdgraphic.patch
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) {
|