############################################################################## # Copyrighting many pictures. # ############################################################################## # This software is under GNU GPL # # # # (c) 2005 - Olivier ROBERT # # (c) 2005 - Yoann Moulin # # # # Needed by : copyright.sh # ############################################################################## # Text to insert on the picture COPYRIGHT="© 2007 [TO COMPLETE]" REFERENCE="[YOUR SITE]" # reference # If you want have a reference on your picture, switch this "on" otherwise, switch it to "off" ref_switch="on" # Destination directory DIR=copyrighted # Show step of copyrighting debug=on # Fonts to use # font="-font test" # Border color # Example : border="-bordercolor black" #border="" # Border size : # Example : border_size="-border 2x2" #border_size="" # Space between picture border and text to insert. xposition=11 yposition=3 # Quality of jpeg compression quality=100 # About copyright text : size1=20 orientation1="vertical" Xgravity1="bas" Ygravity1="droite" # RRGGBBXX => RR = red, GG = green, BB = Blue, XX = transparency level fill11="-fill #00000080" fill12="-fill #FFFFFF80" # About reference text : size2=20 orientation2="horizontale" Xgravity2="haut" Ygravity2="droite" # RRGGBBXX => RR = red, GG = green, BB = Blue, XX = transparency level fill21="-fill #00000080" fill22="-fill #FFFFFF80"