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

Stanislas Rolland typo3 at sjbr.ca
Wed Apr 1 21:23:00 CEST 2009


Reminder #2

Stanislas Rolland a écrit :
> 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
> 



More information about the TYPO3-team-core mailing list