Changes between Version 1 and Version 2 of img2md
- Timestamp:
- 10/17/10 15:37:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
img2md
v1 v2 1 1 = img2md = 2 Application to output metadata given metadata type, source image, output file. Additional keywords can be passed to writer via the "-t" option which takes a keyword list. 3 4 5 == Examples == 6 * Create world file from a GeoTIFF: 2 7 {{{ 3 Image to meta data 4 5 I've added an "img2md" application. Application to output metadata given metadata type, source image, output file. Additional keywords can be passed to writer via the "-t" option which takes a keyword list. 6 7 So you can do: 8 $ img2md tiff_world_file foo.tif foo2.tfw 9 Now you have a tfw file. 10 11 Or: 12 $ img2md ossim_readme foo.tif foo_readme.txt 8 img2md tiff_world_file foo.tif foo2.tfw 13 9 }}} 10 * Create a text file 11 {{{ 12 img2md ossim_readme foo.tif foo_readme.txt 13 }}}