Passing a negative angle to Arc Distortion
Posted: 2009-03-13T01:13:00-07:00
Good Morning,
I have a doubt, I wrote this function to make a text effect:
The problem is when I give to the function this value (a negative one) the text is not getting distorted, is something wrong? or this function not allows negatives values in angle? Is there any other way to get the text bended in a negative angle? thanks a lot!
Best regards.
I have a doubt, I wrote this function to make a text effect:
Code: Select all
double dargs[1] ;
dargs[0] = -35;
MagickDistortImage(wand, ArcDistortion, 1, dargs, MagickTrue );
Best regards.