[TYPO3-core] RFC: #10471: Add support for geometry argument when combining images with t3lib_stdGraphic

Susanne Moog typo3 at susannemoog.de
Sun May 31 19:20:08 CEST 2009


Stanislas Rolland schrieb:
> Martin Kutschker a écrit :
>>>
>>> Problem:
>>> It is sometimes useful to be able to specify the size and offset when
>>> combining images. This requires support for ImageMagick geometry
>>> argument.
>>>
>>> Solution:
>>> Add geometry argument and forward it to ImageMagick.
>>
>> Maybe it's better to add an $additionalParameters argument instead. This
>> would be an array of options: eg array('geometry' => '100x12').
>>
>> Additionally this array could be used to overwrite hardcoded default
>> like +matte to enable alpha channels: eg array('matte'=>false). The
>> reverse (ie the default) is array('matte'=>true).
>>
> Good idea!
> 
> Attaching a second version of the patch that adds such
> $additionalParameters argument.
> 
> Regards,
> Stanislas
> 


+1 by reading.


Regards,

Susanne

-- 
Susanne Moog
NEUSTA GmbH - www.neusta.de


More information about the TYPO3-team-core mailing list