I want to create simple images (mostly lines and text) programatically.
Has anyone dabbled with Gimp scripting to create images? Or can someone tell me another tool/program which does something similar.
- Chetan
On Dec 16, 2002 at 02:17, Chetan Vaity wrote:
I want to create simple images (mostly lines and text) programatically.
Or can someone tell me another tool/program which does something similar.
The gd library. Google for it.
On Monday 16 December 2002 02:17 am, Chetan Vaity wrote:
- LUG meet on 12 Jan. 2003 @ VJTI
I want to create simple images (mostly lines and text) programatically.
Has anyone dabbled with Gimp scripting to create images? Or can someone tell me another tool/program which does something similar.
Did you try SVG (Scalable Vector Graphics)? There is a breif introduction to it in Nov's Developer IQ. SVG is image format which has lots of advantages, it is meant to be written usin scripts, but there are tools as well to develop them directly as well.
- Chetan
On Mon, 16 Dec 2002 02:17:01 +0530 Chetan Vaity wrote:
I want to create simple images (mostly lines and text) programatically.
Has anyone dabbled with Gimp scripting to create images? Or can someone tell me another tool/program which does something similar.
You can also use PHP to generate images. Googlize "PHP Image Generation" (w/o quotes). Haven't tried out Gimp scripting, though.
I want to create simple images (mostly lines and text) programatically.
Has anyone dabbled with Gimp scripting to create images? Or can someone tell me another tool/program which does something similar.
Chetan... if you are looking for lineart - u must use vector based tools. Xfig is one such tool.
Happy hacking.
-Amol Hatwar