[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.3 Contact Sheet Generation Examples

Lets say we have these files we want to make contact sheet for:

 
$ ls -al 
-rw-r--r--  1 zeus  staff  1410248  3 jun  2006 060603.166-6630.JPG
-rw-r--r--  1 zeus  staff  1119839 21 jun  2006 060621.166-6653.JPG
-rw-r--r--  1 zeus  staff  1235431 20 jan  2007 070120.182-8287.JPG
-rw-r--r--  1 zeus  staff  1307705  7 feb  2007 070207.183-8309.JPG
-rw-r--r--  1 zeus  staff  1191954 14 feb  2007 070214.183-8322.JPG
-rw-r--r--  1 zeus  staff   701277  9 jul  2007 070709.192-9265.JPG
-rw-r--r--  1 zeus  staff  1056367 27 jul  2007 070727.192-9291.JPG
-rw-r--r--  1 zeus  staff  1009504 22 aug  2007 070822.193-9342.JPG
-rw-r--r--  1 zeus  staff   702855  1 sen  2007 070901.193-9366.JPG

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.3.1 Contact Sheet Examples

Simple and almost default variant is:

 
$ renrot -e JPG -n '%y%m%d.%i' --cs-title 'CS Sample' --cs-tile '3x3'

the result of the command can be such:

img/cs-simple

In case we need to make contact sheet file for the images on the file system we have no write access to (like the images written on the CD-ROM), than we have to set contact sheet directory and contact sheet file manually.

 
$ renrot -e JPG --cs-dir '/tmp/CS.TMP' --cs-file 'CS.file.jpg'

If in renrot.rc the option ‘contact sheet dir = /tmp/CS.TMP’ was set globally, than you can say only:

 
$ renrot -e JPG --cs-file 'CS.file.jpg'

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.3.2 Contact Sheet Ranking

Lets rank thumbnail images in contact sheet with colors

 
70120.182-8287.JPG’       OliveDrab2
‘070214.183-8322.JPG’      CornflowerBlue
‘070727.192-9291.JPG’      plum1
‘070901.193-9366.JPG’      plum1
 
$ renrot -e JPG -n '%y%m%d.%i' --cs-title 'CS Sample' --cs-tile '3x3'
 --cs-rank-file .rank

the result of the command can be such:

img/cs-rank


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Zeus V Panchenko on October, 30 2009 using texi2html 1.78.