cp $1 ./test.JPG;
rm ./test2.JPG;
 convert test.JPG -pointsize 70 \
	-transparent-color white\
          -draw "gravity south \
                 fill black  text 0,12 'Copyright'  \
                 fill white  text 10,32 'Copyright'"  \
          ./test2.JPG

