[TYPO3-dev] PDF Thumb creation

bernd wilke t3ng at bernd-wilke.net
Tue Sep 22 12:30:35 CEST 2015


Am 22.09.15 um 10:00 schrieb Johannes Mueller:
> Hi Bernd,
>
> thanks for ur fast response.
> Some test values:
> Test 1: $settings['width'] = 240
> 240px Width: Left -> 23px -> 9.5833333%
> 320px Height: Top -> 29px -> 9.0625%
>
> Test 2: $settings['width'] = 320
> 320px Width: Left -> 32px -> 10%
> 453px Height: Top -> 38px -> 8.388521%
>
> How to adjust the background color? I looked around just a little bit, but
> were not able to find anything.
>

TBH I don't get what you do and how it is related to TS, but as far as I 
know should it be an image manipulation with the gifbuilder.
and for the gifbuilder you can set background to #fff with .backColor, 
maybe you can use something like:
$settings['backColor'] = '#ffffff';
and any other settings for GIF_BUIDLER


[1] 
https://docs.typo3.org/typo3cms/TyposcriptReference/6.2/Gifbuilder/ObjectNames/Index.html

bernd
-- 
http://www.pi-phi.de/cheatsheet.html



More information about the TYPO3-dev mailing list