Hi Everyone!
Please sorry my bad english, i'll try to explain my problem. I'm trying to make a text with a form like a Elliptic or Sinusoidal wave, does anybody knows how to achieve it?. My current approach is using a BarrelInverse distortion with the next arguments:
double d_args[8]= {-0.02,0.0,0.0,1.02,0.0,0.0,-0.5,1.9};
But I'm not happy at all with the result of it, have any more ideas? Thanks a lot.
Regards.
Drawing Elliptic/Sinusoidal Text
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Drawing Elliptic/Sinusoidal Text
A Shepard's distortion might do what you want if you can figure out the right arguments for it.
See the eighth (Shepard's) text effect in my MagickWand Examples in C which produces this text
Pete
See the eighth (Shepard's) text effect in my MagickWand Examples in C which produces this text
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
Re: Drawing Elliptic/Sinusoidal Text
Thanks a lot for your response.
I didn't set out correctly my problem. Having the focus on composing a text with a elliptic wave, I didn't mean to locate the text in the borders of the 'wave' but locate it composing the wave, I mean to 'inflate' the text with a elliptic form. Did you think I can achieve it with that distortion? If I can do it; Where I can found information about the arguments of the distortion methods?, Thanks a lot!
Best regards.
I didn't set out correctly my problem. Having the focus on composing a text with a elliptic wave, I didn't mean to locate the text in the borders of the 'wave' but locate it composing the wave, I mean to 'inflate' the text with a elliptic form. Did you think I can achieve it with that distortion? If I can do it; Where I can found information about the arguments of the distortion methods?, Thanks a lot!
Best regards.