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:
- create image
- create text layer
- add text layer image
- adjust image size layer size
- 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
Post a Comment