Changes between Version 7 and Version 8 of Procedures/RCDPhotoProcessing


Ignore:
Timestamp:
Nov 27, 2009, 9:54:12 AM (14 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/RCDPhotoProcessing

    v7 v8  
    3838Code needs some cleanup, putting into subversion, and a wrapper written that'll cross check on errors (e.g. compare no of images in and out).
    3939
     40== Creating Thumbnails ==
     41
     42We need to create thumbnail images for the delivery and for getting an overview of the images for the checking procedure. To do this use the photo2thumb.sh script.
     43
     44EG  photo2thumb.sh -d proc_images -o thumbnails
     45
     46Will create JPG thumbnails of all the TIF images in the proc_images directory and save them into a directory called thumbnails.  For further usage run photo2thumb.sh -h
     47
    4048== Subsequent processing ==
    4149