[Ilugc] Watermark using Composite, Python and Identify

  • From: bala150985@xxxxxxxxx (Balasubramaniam Natarajan)
  • Date: Mon, 25 Jun 2012 12:10:45 +0530

A few days ago I wanted to watermark few of my images on command line and I
wrote this blog
http://bullet-bala.blogspot.in/2012/06/adding-watermark.htmland the
trouble which I had was that the Watermark was either very small or
very big and got out of the final image. The result of which I created a
small python script to extract the Dimension of an image and resize my
Watermarker so my water marker always looks okay on the final image.

Initial step create an watermark image and put in inside
/usr/local/src/watermark1.jpeg or whereever you desire and change the
script accordingly.

Next call my python script on command line like so

Process of Adding
WaterMark<http://4.bp.blogspot.com/-wbKms9uXOns/T-gGScyN-yI/AAAAAAAAASs/mcbu7XXpjO0/s1600/WaterMarkProcess.jpeg>

Python 
Script<http://1.bp.blogspot.com/-csmV0mkdgAI/T-gGvcvMHwI/AAAAAAAAAS8/44f-fRdyVaI/s1600/WaterMarkProcess_PythonScript.jpeg>


The text version of the python script is in
here<http://bullet-bala.blogspot.in/2012/06/watermark-using-composite-python-and.html>

-- 
Regards,
Balasubramaniam Natarajan
www.etutorshop.com/moodle/

Other related posts:

  • » [Ilugc] Watermark using Composite, Python and Identify - Balasubramaniam Natarajan