Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
I need a program which can add text label (stamp) on my images. Now I use plug-in for DigiKam but it can't process images in a directory automatically. I mean I insert label on each image manually. Do you know a program that can do that automatically for many pictures?
I need a program which can add text label (stamp) on my images. Now I use plug-in for DigiKam but it can't process images in a directory automatically. I mean I insert label on each image manually. Do you know a program that can do that automatically for many pictures?
The imagemagick suite have many ways to do this, depending on the exact results you want.
I'd start on the man page for the "composite" tool shipped with imagemagick. You can google for "composite watermark imagemagick" and you will find some interesting things for sure.
Once you have your command line, you can easily make a loop to process all the files in a given dir by using your shell of choice.
Thanks, it works. I use this command:
convert ~/Desktop/*.jpg -font Arial -pointsize 16 -draw "gravity SouthEast fill white text 0,12'My Text'" ~/Desktop/*.jpg
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe