toolman

msg:856411 | 2:59 am on Nov 28, 2001 (gmt 0) |
Welcome. [swift-tools.com...] This might work
|
mivox

msg:856412 | 3:47 am on Nov 28, 2001 (gmt 0) |
You mean a web site tool that would be useable online? I can think of a lot of desktop apps...
|
gethan

msg:856413 | 9:09 am on Nov 28, 2001 (gmt 0) |
Php [php.net] and Perl [perl.org] through the GD libraries can do most (maybe all) of what your looking for. I can't help much more than this (not used them enough yet), other than these links. [php.net...] - php image functions. [stein.cshl.org...] - The perl GD package. [boutell.com...] - GD library information. HTH
|
qcc

msg:856414 | 1:08 pm on Nov 28, 2001 (gmt 0) |
Yes, I am looking for a website tool usable online. I looked at the documentation for swift generator and GD libraries, but did not find instructions on how to create borders or shadows. I know that it must be possible with PHP (my competitor does it in PHP), but the ImageTTFText() function documentation [php.net] for GD library does not seem to support this. I would prefer a flash solution, because that gives me a vector output file. [edited by: mivox at 3:18 am (utc) on July 6, 2003] [edit reason] removed links per request [/edit]
|
gethan

msg:856415 | 1:43 pm on Nov 28, 2001 (gmt 0) |
You might have to be a little more creative to do things like shadow. Shadow = offset same text to the right and down and use a grey color, place your selected color text on top. Php also supports flash generation - seperately to the GD - docs are here [php.net...]
|
|