transparency - How to create a transparent image with text using GIMP from command line interface -


yes, want use gimp create transparent image text on ubuntu box. please help.

you can call gimp command line single "script-fu" expression, using -b switch (for "batch").

creating image text in gimp multi-step process, have to:

  1. create image
  2. create text layer
  3. add text layer image
  4. adjust image size layer size
  5. save image

each of these steps call gimp's pdb api, can browsed going help->procedure browser

there "logo" scripts automate steps 1-4, , add (sometimes) nice effects, script-fu-basic1-logo procedure - won't save image file in same step.

threfore, have write small scheme - or python - script perform steps want to, , invoke gimp on command line calling script of yours.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -