Turgut Durduran's Site -- about Cyprus, Photography, Linux, LaTeX, Human Rights, Politics ...

Frontpage | Hamamboculeri | Research| My Flickr
my Flickr home :: linux :: title_200605011157

Mon, 01 May 2006

title

I like imagemagick a lot but I have been lazy and never really gotten to master it. I use it nearly everyday in its simplest form. I was playing with the tutorials at http://www.cit.gu.edu.au/~anthony/graphics/imagick6/montage/ and found the following tricks useful:

1)  convert 'vid:*.jpg' VID_INDEX.html  which generates a nice clickable matrix and html file. such as here.

2)  montage -label '%f\n%wx%h' -size 256x256 '*.jpg[120x190]' -strip  -tile 5x -frame 5 -shadow -geometry 120x90+5+5 INDEX.html  which generates a similar thing using different tools such as here.

3)  And what I will post in a minute using montage -adjoin -geometry '+2+2' -tile 4x1 'dsc*.jpg[20%x20%]' sil.jpg


[/linux] permanent link: individual ||permanent link: story || permanent link: category