[TYPO3-dev] Conceptual bug in t3lib_stdgraphic.php - cropscale reduces color depth to 8bit

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Thu Nov 2 22:54:38 CET 2006


JoH asenau schrieb:
>> Unless there is a good reason for not using this command, I will try
>> to create a patch to fix this behaviour as soon as possible and put
>> it into the bugtracker.
>>
>> Are there any ImageMagick specialists around, that could provide me
>> with the best IM command for this job?
> 
> Fixed.
> 
> DIFF has been attached to the following bug:
> http://bugs.typo3.org/view.php?id=4186

I'm trying to understand why do you use 2 consecutive imagemagick -crop 
commands.

And beware that imageMagickExec() may fiddle with the parameters. It 
tries to cope with the fact that imagemagick changed the CLI, but does 
it in a very dumb way, ie it doesn't test for the command, but only 
counts the arguments... What I'm trying to say is: does this work for 
all imagemagick versions?

Masi




More information about the TYPO3-dev mailing list