[TYPO3-dev] cObj->IMAGE in BE doesn't work
Georg Ringer
spam at ringerge.org
Thu Oct 12 10:49:09 CEST 2006
> Have a look at fdfx_be_image
> http://typo3.org/extensions/repository/view/fdfx_be_image/1.1.1/
Looks great in the first moment, but I just wanted to do that: (copy paste)
$imgObj = t3lib_div::makeInstance('t3lib_stdGraphic');
$imgObj->init();
$imgObj->mayScaleUp = 0;
// Read Image Dimensions (returns false if file was not an image type,
otherwise dimensions in an array)
$imgInfo = '';
$imgInfo =
$imgObj->getImageDimensions('uploads/tx_rgtemplatemaker/layout011.gif');
print_r($imgInfo)
and I don't get any return... this drives me crazy :(
Georg
More information about the TYPO3-dev
mailing list