Re: How to replicate these montage settings via the API?
Posted: 2008-10-31T18:01:00-07:00
The MagickSetGravity function in MagickWand affects a magickwand instead of a drawingwand. It is declared in C as:
I don't know if it is accessible from Python but if it is it might help.
Pete
Code: Select all
MagickBooleanType MagickSetGravity(MagickWand *wand,const GravityType type)
Pete