[TYPO3-dev] Image Resize in BE module using IMG_RESOURCE?
    Steffen Kamper 
    info at sk-typo3.de
       
    Tue Jul 21 11:59:52 CEST 2009
    
    
  
Hi,
Sebastian Gebhard schrieb:
> Hi list,
> 
> i need some image resizing which in BE because i have to export them to 
> another application in smaller sizes.
> Is there a way to use IMG_RESOURCE without initializing the whole FE or 
> should i access IM directly?
> 
no. There is a "limited" function in beFunc:
t3lib_BEfunc::getThumbNail($GLOBALS['BACK_PATH'] . 'thumbs.php', 
PATH_site . 'path_to_image' , 'hspace="5" vspace="5" border="1" 
class="previewimg"', '180')
vg Steffen
    
    
More information about the TYPO3-dev
mailing list