Tag Archives: gimp

How to integrate favicon to WordPress

1. Create/get/steal a 16×16 graphic that you’ll use as your favicon. The format can be anything but it would be best to save it as a .ico file so IE6/7 can also display it. You can create using Gimp, Inkscape, PS, Illustrator, etc. Save it as .jpg then open the .jpg file in MS Paint [...]

Posted in Computer/IT, Tech | Also tagged , , , | Leave a comment

Scripted watermarks on your photos via ImageMagick

Make a nice transparent logo in png/gif format like: ImageMagick’s ‘composite’ tool has a ‘-watermark’ option. Use it like: composite -watermark 30% -gravity southeast water.png image.jpg image-watermarked.jpg Let’s break that nifty one liner: “-watermark 30%” — make the logo 30% opaque (or 70% transparent depending on where you’re looking at it “-gravity southeast” — this [...]

Posted in Unix One-Liners | Also tagged , | 2 Comments