Changes between Version 7 and Version 8 of Procedures/RCDPhotoProcessing
- Timestamp:
- Nov 27, 2009, 9:54:12 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v7 v8 38 38 Code 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). 39 39 40 == Creating Thumbnails == 41 42 We 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 44 EG photo2thumb.sh -d proc_images -o thumbnails 45 46 Will 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 40 48 == Subsequent processing == 41 49