Santanu
Santanu

General

Banner with imagemgick convert

Some fun with Mgick

A description of cover image.

To create a banner with mirror effect with ImageMagick

  • Please install the right package for your system from ImageMagick.
Banner Image with Mirror effct
convert -size 600x130 xc:transparent -font forte -pointsize 72 -fill "\#cccccc" -annotate 0x180+12+80 "Pamela's Gallery" -gaussian 0x2 -stroke black -strokewidth 1 -fill "\#ff3600" -stroke black strokewidth 1 -annotate 0x0+12+55 "Pamela's Gallery" -draw "line 0,68 570,68" banner.png

Update 2024

In 10 years the top command did not work on my Windws 11 system ; but it only required only one change that was Gaussian blur option.

"c:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick.exe" -size 1080x130 xc:transparent -font arial -pointsize 72 -fill "\#cccccc" -annotate 0x180+12+80 "Still Rocking in 2024" -gaussian-blur 0x2 -stroke black -strokewidth 1 -fill "\#ff3600" -stroke black -strokewidth 1 -annotate 0x0+12+55 "Still Rocking in 2024" -draw "line 0,68 570,68" banner-2024.png
Banner Image with Mirror effct
16 Sept   2005

New look to web site

More changes to the web site

11 Aug   2005

ssh and scp

a two line note