Customizing File Manager Menus in KDE4
I'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 files are placed inside the proper directories, they are used to create custom context menu items. These files can be stored in two places: Read more
Watermark Images With Nautilus Actions
Filed under: HowTo, Ubuntu, bash, gnome, image editing, linux, web development
In 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. Read more
Batch Watermark Images in Linux
I 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. Read more
How To Watermark Images With ImageMagick in Linux
I recently discovered that one of my most popular posts had been poached by another blog with out providing credit - images and all. I decided that it would be best to watermark my images to make it more difficult to rip off my content.
This procedure could also be done easily in GIMP, but it takes time to open up each image and then import or create the watermark text. Instead I created my desired watermark text in GIMP and saved it as a separate file called Watermark.png. This file has a transparent background, so only the text will show up when it's overlaid on another image. Read more
Create Text Images with ImageMagick
Today I've got another ImageMagick trick for you. It's a variation on the demo in the documentation for the convert command. With this type of command, you can create your own text images with drop shadows. Let's give it a try. Read more




