0

What I am really stuck with, is to create word art type effects dynamically from the user's text input. I have googled around but could not find anything.

The site that is currently using it is

http://www.customink.com/lab/... Please checkout its add text>>effects

Any help will be appreciated.

Matt Tester
  • 4,663
  • 4
  • 29
  • 32
Manish Gautam
  • 516
  • 2
  • 7
  • 19

1 Answers1

1

Here

http://www.imagemagick.org/script/index.php

Alternative

http://www.boutell.com/gd/

mplungjan
  • 169,008
  • 28
  • 173
  • 236
  • thanks for your help but what i really want is word art type of effects that is generated when the user inputs some text. Presently i am following the asp.net c# model and trying to get it using System.Drawing. IF there is any way please help me out If i was not clear before i am sorry for that – Manish Gautam May 11 '12 at 06:11
  • YW. I hope whoever downvoted will reconsider and next time comment as to why it was downvoted in the first place. – mplungjan May 11 '12 at 07:16
  • 1
    @mplungjan - it's likely because your answer is just a link to elsewhere, and doesn't actually provide anything to answer the question here. It would be much more useful if you quoted some of the relevant info directly in your answer. – Krease Mar 31 '14 at 23:52
  • Thanks, I however think a link to the most used effects library is a good enough answer to a very vague question. Anyway, we are 3 years further down the line, and I still believe it is a simple courtesy to comment on a downvote. For example I have two inexplicable downvotes [here](http://stackoverflow.com/questions/6048710/can-i-apply-the-required-attribute-to-select-fields-in-html5/6048891#6048891) – mplungjan Apr 01 '14 at 02:48