Page 1 of 1

Re: How to replicate these montage settings via the API?

Posted: 2008-10-31T18:01:00-07:00
by el_supremo
The MagickSetGravity function in MagickWand affects a magickwand instead of a drawingwand. It is declared in C as:

Code: Select all

MagickBooleanType MagickSetGravity(MagickWand *wand,const GravityType type)
I don't know if it is accessible from Python but if it is it might help.

Pete