How to place a watermark in the corner of an image with ImageMagick.

ImageMagick(1) can be used to put a watermark on an image easily. The command below will place a TV styled watermark on an image in the lower left corner. This is very useful to watermark images you place on the Internet. convert pripyat.jpg ABCTV2005.png -gravity southeast -composite output.pngconvert pripyat.jpg ABCTV2005.png -gravity southeast -composite output.png The … Read more

Another way to remove the Testing Only watermark for ATI drivers on Linux.

If the ATI drivers for Linux have the Testing Only watermark; you may remove it by performing this small edit. echo “9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc” > /etc/ati/signature Just run this command to add this long line to the /etc/ati/signature file; removing the UNSIGNED text. This works perfectly if you want to get rid of that annoying watermark. Then … Read more

How to remove the ATI unsupported hardware watermark in Linux Mint 15.

The ATI “unsupported hardware” watermark is a very annoying sight in Linux Mint 15. Here is how to remove it. This tip is for anyone who has installed the ATI drivers by typing sudo apt-get install fglrx fglrx-amdcccle. Firstly; download the ATI drivers from the website. http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13-4-linux-x86.x86_64.zip. Then move the downloaded file into a new … Read more