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

Martin Kutschker masi-no at spam-typo3.org
Fri Feb 27 16:01:01 CET 2009


Stanislas Rolland schrieb:
> This is SVN patch request.
> 
> Type:
> Feature
> 
> 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).

Masi


More information about the TYPO3-team-core mailing list