comparison doc/src/site/markdown/image-directories.md @ 1297:aa09153a2b13

fix URL for scaleomat script.
author robcast
date Tue, 26 Aug 2014 17:19:57 +0200
parents bd7dfa8b164e
children
comparison
equal deleted inserted replaced
1296:32eb36e6c9d2 1297:aa09153a2b13
69 3. `/images/books/book1/page002.tif` 69 3. `/images/books/book1/page002.tif`
70 70
71 (automatically finding the right file extension) 71 (automatically finding the right file extension)
72 and uses the first image that is bigger than or equal to the requested size. 72 and uses the first image that is bigger than or equal to the requested size.
73 73
74 For batch-prescaling our images we use a script called "scale-o-mat" that uses a 74 For batch-prescaling our images we use a very old Perl script called "scale-o-mat"
75 lot of freely available imaging libraries (ImageMagick, libtiff, netpbm) and is 75 that uses a lot of freely available imaging libraries (ImageMagick, libtiff, netpbm)
76 available in our public CVS [[1]](http://itgroup.mpiwg-berlin.mpg.de/cgi-bin/cvsweb.cgi/scaleomat/). 76 and is available in our [public CVS](https://it-dev.mpiwg-berlin.mpg.de/cvs/cgi-bin/cvsweb/scaleomat/).
77 The script is given a 77 The script is given a
78 hi-res base directory, a destination base directory, a destination size and a 78 hi-res base directory, a destination base directory, a destination size and a
79 starting directory. It then processes all files in the starting directory and 79 starting directory. It then processes all files in the starting directory and
80 all its subdirectories and creates scaled images in corresponding directories 80 all its subdirectories and creates scaled images in corresponding directories
81 under the destination base directory. 81 under the destination base directory.