> 1. Change the .image_effects property to whatever Image Magick option > you want [3]. > > This could be ok. Where and how can I do this?
The same way you made the changes that you described in your post. Add the appropriate definition in your TS setup: tt_content.image.20.image_effects = -colorspace GRAY -gamma 2.0 > 2. Add new Image Magick option to that property by simply wrapping it as > .image_effects is stdWrap. > > This would be even better. But how could this work? tt_content.image.20.image_effects.noTrimWrap = || -colorspace GRAY -gamma 2.0| Tomas Mrozek -- PS: Yet again, I didn't test it. You will have to try yourself whether it works. PS 2: Use TypoScript Object Browser to explore currently set TypoScript values. It helps a lot! _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
