Changes between Version 17 and Version 18 of Procedures/RCDPhotoProcessing
- Timestamp:
- Feb 8, 2010, 10:59:08 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/RCDPhotoProcessing
v17 v18 89 89 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. 90 90 91 EG photo2thumb.sh -d proc_images -o proc_thumbnails 91 Example: 92 {{{ 93 photo2thumb.sh -d proc_images -o proc_thumbnails 94 }}} 92 95 93 96 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