Wednesday 28 May 2003 4:53:41 am
You can use the configure convert with extra command line options in settings/image.ini under the [ShellSettings] block. Some examples:
A 6 pixels black border around the images: ConvertExecutable=convert -mattecolor "#00ff00" -frame 6x6
White copyright text in the upper left corner of converted images: ConvertExecutable=convert -font helvetica -fill white -draw "text 10,20 'Copyright(C) eZ systems'"
Create a yellowish color on converted images: ConvertExecutable=convert -colorize 0/0/50 Remember to clear the cache and image variations if you want the changes to apply for already existing images.
To remove image variations run the SQL command: mysql> delete from ezimagevariation; Enjoy! --bård
Documentation: http://ez.no/doc
|