You are here

Copyright text batch

  • 1
  • 2
  • 3
  • 4
  • 5
Total votes: 0
Rate this item!

A batch version of copyright text made by EG

You can call this script in batch mode, after copying it in ~/gimp-2.6/scripts

gimp -b '(VB-Copyright-batch "file-name" "Text-copyright" "Font" color position)' -i -b '(gimp-quit 0)'
Color : 0 - gray
1 - black
2 - white
Position : 0 - Bottom right
1 - Bottom left
2 - Bottom center
3 - Top right
4 - Top left
5 - Top center
6 - Image center

run examples :

gimp -b '(VB-Copyright-batch "img.JPG" "\302\251 - 2010 VB" "Arial" 2 1)' -i -b '(gimp-quit 0)'
gimp -b '(VB-Copyright-batch "*.JPG" "\302\251 - 2010 VB" "Arial" 2 1)' -i -b '(gimp-quit 0)'
gimp -b '(VB-Copyright-batch "*.*" "\302\251 - 2010 VB" "Arial" 2 1)' -i -b '(gimp-quit 0)'

AttachmentSize
VB-Copyright-batch.scm4.38 KB
Tags: 
GIMP Version: 
Code License: 
Subscribe to Comments for "Copyright text batch"