I’ve recently been looking for a way to organize my digital photos by the date and time they were taken. Since I have more than one camera, it’s not as simple as just sorting through file names since the cameras name the files differently. I was going to write a script using Image Magick to …
Continue reading Rename and Rotate Digital Photos With jheadImageMagick
I’ve got a huge number of digital photos on my computer that need to be organized. What I would like to do is sort the pictures by the date they were taken. The first step to sorting the pictures is to know the date they were taken. As long as the clock is properly set …
Continue reading Command Line Basics: View Image EXIF DataI’ve shown previously how to customize the Nautilus File Manager in GNOME/Ubuntu with Nautilus Actions. Today I’ll show how to add custom items to the file manager context menu in KDE4/Kubuntu. The KDE customizations work through desktop configuration files. These are the same type of files used to configure shortcuts on your desktop. When these …
Continue reading Customizing File Manager Menus in KDE4In my last post I showed how you can add your own custom functions to the GNOME file manager with Nautilus Actions. I’ve also shown previously how to batch watermark images with ImageMagick. I’ve made some adjustments to my previous script so that it will automatically scale the watermark to fit the target image.
Continue reading Watermark Images With Nautilus ActionsI previously wrote up a post showing how to watermark images in Linux with ImageMagick. Without too much work you can write a script to do batch processing of your images. This way you can watermark a whole directory of images at once.
Continue reading Batch Watermark Images in Linux