[TYPO3-dev] cObj->IMAGE in BE doesn't work

Peter Russ peter.russ at 4many.net
Thu Oct 12 11:11:11 CEST 2006


Georg Ringer schrieb:
>> 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 :(
> 

Did you try it with an absolute path?

-- 
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ




More information about the TYPO3-dev mailing list