gm 1.3.16 vs im 6.7.7 using convert issue
Swiss army knife of image processing
Brought to you by:
bfriesen
I am using GM in typo3 and I was able to reproduce an issue with gravity param.
When using imagemagicks (v6.7.7) command:
convert [..] -gravity SouthEast -draw 'image Over 0,0 0,0 overlay.png' in.png out.png
The overlay.png is corrected positioned to SouthEast (bottom-right)
But when I am using graphicsmagick (v1.3.16) the command line parameter -gravity SouthEast does not seem to work.
Regards,
Ole
I am not seeing any support for image placement via gravity in GraphicsMagick's rendering code. While there is support for a gravity property in the render code, I am not seeing that it is used anywhere.