Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scripting GIMP on a basic level as a newbie
#3
(09-23-2019, 11:29 PM)Ofnuts Wrote: Not wanting to rain or your parade, but there are already hundreds of such applications. And who still write UIs in C these days?

Using ImageMagick's compose utility is likely easier than using Gimp for this.

Gimp can also be scripted in Python, which is going to be a lot easier to grasp if you have a C background. You can even use Python to code a UI extension for a plugin.

Script-fu or Python, yes, you can load/scale/position images in Gimp. Plenty of Python plug-in exemples here. Running things in batch mode is a bit different, see here.

Thanks Ofnuts,

Looking into ImageMagick now. Looks like I don't have to wrestle documentation, since it looks like to support simple command line usage. Can I come back to you / Gimp if it DOES have issues? I ran into TREMENDOUS python scripting issues using Blender, a free 3D modeling tool, which I resolved by letting Blender ONLY do the 3D display, after doing ALL the modeling by my own external C code.  

rgds
Reply


Messages In This Thread
RE: scripting GIMP on a basic level as a newbie - by Hans Holland - 09-24-2019, 06:19 AM

Forum Jump: