--- class.t3lib_stdgraphic.php_orig 2007-07-05 13:57:07.000000000 +0200 +++ class.t3lib_stdgraphic.php 2007-07-05 12:54:28.000000000 +0200 @@ -2217,7 +2217,7 @@ 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) {