--- layout: post status: publish published: true title: A simple way to watermark a batch of images author: Julien Lengrand-Lambert author_login: jlengrand author_email: julien@lengrand.fr author_url: http://www.lengrand.fr wordpress_id: 422 wordpress_url: http://www.lengrand.fr/?p=422 date: 2011-12-20 17:35:10.000000000 +01:00 categories: - programming tags: - photo - bash - watermark - batch - image magick - github comments: [] --- Hi all, Some time ago, I was searching for a way to simply watermark images to put them on my gallery. I knew digikam could do this, but the package in debian was an old version and the feature was not inserted yet. In addition, I have never found a photo management software that would fit my needs yet . . . I finally developed my own function with some bash and image magick. I created it to be as simple to use as possible. It needs:
This script is in an early stage for now, and should be upgraded with time. You can check out the TODO list here.
You can download the script on my gitHub, or more simply download the project using git
{% highlight bash %}
$ git clone git://github.com/jlengrand/batchWaterMarking.git
{% endhighlight %}
Feel free to fork the project or let me know about what would be useful for you.
Hope this will help some of you !
See ya ;)