Windows tool which can create a 3D text or logo in batch or command line?

4

I want to create text in 3D or create logos but wanted to automate the process to create a large number of them by passing in the text. Are there any tools for Windows that can work in any kind of non manual method like in a batch file, command line or through an API?

Tony_Henrich

Posted 2009-09-19T22:15:06.717

Reputation: 9 154

Answers

1

image magick can do this: http://www.imagemagick.org/Usage/text/

akira

Posted 2009-09-19T22:15:06.717

Reputation: 52 754

I also recommend imagemagick. Used it for years. Very powerful and it really makes scripted images easy. Also check out http://www.fmwconcepts.com/imagemagick/3Dtext/index.php and http://www.imagemagick.org/Usage/fonts/

– DaveParillo – 2009-09-22T16:36:18.097

0

You can use Actions in Adobe Photoshop.

a tutorial here. [This tutorial is for Mac. The procedure is same if you are on Windows instead]

Lazer

Posted 2009-09-19T22:15:06.717

Reputation: 13 841

scripts might just be what you need. Do check this out: http://www.kirupa.com/motiongraphics/ps_scripting.htm

– Lazer – 2009-09-21T10:25:13.330