thumbnail v0.9
Create thumbnails of your graphics.
Description
Use this script to take a directory full of graphics and create thumbnails of each. This is a simple little script that does almost nothing, you will need ImageMagick to do the real work.
ImageMagick runs on UNIX and VMS only, the last time I checked.
User Configurable Variables
You may modify these variables to your heart's content.
- $CONVERT =
"/usr/local/bin/convert";
- Location of 'convert' program. Part of ImageMagick package.
- $THUMBNAIL_SIZE =
"75";
- pixel width of square thumbnail
- $THUMBNAIL_PATH =
"thumbnails/";
- Dir where thumbnails will be stored. Make this dir ahead of time.
Bewley Internet Solutions perl page