[Typo3-dev] Cropping Function via Flash and IM
    Carsten Bleicker 
    bleicker at boros.de
       
    Tue Jan 25 20:38:13 CET 2005
    
    
  
Many thanks at this point for support.
I just take a look in the install script of t3 and studied the code
of the imagetest. now it works perfekt =) (i think)
i think i will upload a experimental version during the next 2 days
and i hope for less bug reports :)
what i can say now at this point.
there a a few options in the userTS config to setup the ext.
1. 	enable/disable
2. 	scalable aspect ratios
	(800:600, 90:80 ...  so that any designer will be happy that 
nobody is able to kill his golden cut)
3. 	enable/disable "free cropping" without preset aspect ratios
4. 	width of swf in the be (height will be dynamicly)
5. 	backgroundcolor of the swf
the swf setups will be delivered to it through a xml setup wich will 
be created by the extension itself incl. different languagesetups 
(locallang.php).
uuuhm, thats all i think.
and its legal, michael :)
Michael Stucki schrieb:
> Hello Carsten,
> 
> 
>>$gfxLib = t3lib_div::makeInstance('t3lib_stdGraphic');
>>$gfxLib->init();
>>$gfxLib->imageMagickConvert($this->file,'jpg');
>>
>>but the file is not created.
>>
>>near line 2071:
>>$this->imageMagickExec($imagefile.$frame,$output,$command);
>>[...]
>>anybody an idea why the tempfile is not created? 
> 
> 
> How does the compiled $cmd in imageMagickExec() look?
> 
> - michael
    
    
More information about the TYPO3-dev
mailing list