pouët.net

2d graphics pc program that uses script language

category: gfx [glöplog]
does this kind of software even exist?
added on the 2013-01-19 06:48:41 by gorgh gorgh
If it fits your purpose: Old AutoCAD ?
added on the 2013-01-19 09:07:17 by Kuemmel Kuemmel
Or some ungodly meld between DeluxePaint 2e and Lua?
added on the 2013-01-19 09:11:18 by bloodnok bloodnok
hmm.. define "2d graphics"? ...i believe illustrator takes scripts. It would be a lot easier to answer your question if you could provide us with your intention (goal) of scripting "2d graphics" :)
added on the 2013-01-19 09:31:12 by maytz maytz
Gimp too can be scripted in a couple of different ways.
added on the 2013-01-19 09:49:25 by Marq Marq
If you want to automate a task, you can process files in a batch with Irfanview.
added on the 2013-01-19 10:03:29 by Preacher Preacher
IPE can be scripted, but its mostly used for LaTeX graphics.
added on the 2013-01-19 10:30:01 by trc_wm trc_wm
EVALDRAW
added on the 2013-01-19 10:34:59 by visy visy
PaintShopPro from version 8 (I think) has a Python Scripting interface.
I did use that in the past to automatically load pictures, resize and filter them, and stitch them together to make some large panoramic pictures :)
added on the 2013-01-19 11:20:02 by Dbug Dbug
imagemagick maybe?

Also my own fab which is also in pouët. Note that there's only a 16bit version compiled (i still have not updated my gcc compiler), but the source is given...
added on the 2013-01-19 11:43:30 by baah baah
Quote:
Or some ungodly meld between DeluxePaint 2e and Lua?

You know that GrafX2 does just that, right ?
LOGO
added on the 2013-01-19 12:21:54 by maali maali
any adobe application but does that, while indesign does that in a really good way.
added on the 2013-01-19 13:46:11 by ton ton
but audition, i mean.
added on the 2013-01-19 13:46:42 by ton ton
adobe provides multiple scripting options for many of its 2D graphics programs

you can control anything in adobe fireworks with javascript for example. i explored this option as a demoplatform / procedural gfx category to no effect

or

adobe photoshop actions
debabelizer pro batch scripts
gimp script-fu batch interpreter or python
inkscape python scripts
applescript + any mac 2D program

Love 2D is awesome
http://www.love2d.org
added on the 2013-01-19 15:34:17 by MyselF MyselF
/bin/sh -c "your_script_here" > /dev/fb0
added on the 2013-01-19 16:01:11 by provod provod
...processing? o_O
added on the 2013-01-19 16:35:15 by xernobyl xernobyl
Stuffs I use for real not mentioned here

- Vector graphics => Python and Cairo in the form of the pycairo module makes for a nice vector graphics package. Render to framebuffer, SVG, PNG, PDF*

- Scientific visualization => Python/Numpy/Scipy/Matplotlib is really cool, despite Matplotlib API being a bit rough around the edges at times.

- Latex => Imagine having sex with a woman, gifted with a really really sexy body (or man, pick your gender) but with an absolutely ugly head. That how it feels to do graphics with Latex. *Latex, dodgy analogy with sex LOL*
jeez, guys, i didnt expect such complex answers, thanks a lot for help, my purpose is to combine drawing graphics and procedural graphics like those used in demos with access to each pixel,
thanks again, i'll try those programs out!!!
added on the 2013-01-20 02:52:57 by gorgh gorgh
visy: thnx, that's pretty what i was looking for
added on the 2013-01-20 04:09:31 by gorgh gorgh
I'll check other options, too, but for the beggining I just wanted something relarively easy. I got some experience working with Photoshop and Indesign in my previous job, so surely I'll try to explore those programs more in the future,
cheers
added on the 2013-01-20 07:14:30 by gorgh gorgh
try
Code:<canvas>
.
added on the 2013-01-20 07:35:31 by skrebbel skrebbel
put yo finger in yo ass and take a shit of paper. now you can make wonderful drawings.
added on the 2013-01-21 13:57:30 by Tigrou Tigrou
well, that was smart
added on the 2013-01-21 18:19:48 by gorgh gorgh

login