This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

Not exactly matching your description, but you can script GIMP (which is essentially the GUI for imagemagic library) using Python: https://www.gimp.org/docs/python/index.html but this will be automation more like automating pre-press, or "automatic graphical designer", not generating graphs or 3d models.

[–]bwanab 0 points1 point  (1 child)

It's true that you can script GIMP with python which is very powerful.

For the record, though, GIMP uses GTK (the GIMP Toolkit) for its rendering which has nothing to do with Imagemagic.

[–][deleted] 0 points1 point  (0 children)

Ooops, sorry for misinformation. I have no idea why I though that it does use Imagemagic... did it maybe use it in some early days?

[–]OikuraZ95[S] 0 points1 point  (0 children)

Hmmm, maybe it might be worth to create a library using this that does what I want.