Changes between Initial Version and Version 1 of mosaic
- Timestamp:
- 05/14/07 12:10:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mosaic
v1 v1 1 = mosaic = 2 3 mosaic builds a mosaic from specified input 4 {{{ 5 Usage: 6 mosaic [-h][-k <keywordlist>][-t <template_keywordlist>][-i <input_file1 input_file2...>][-o <output_file>][-m <mosaic_type>] 7 8 Optional argument list: 9 -h -- display Usage/Help 10 -i -- list of input images 11 -k -- keyword list to load from 12 -m -- Mosaic type (SIMPLE, BLEND, or FEATHER) 13 -o -- output image file 14 -t -- output a template 15 Please see the usage.txt file for more info. 16 }}}