Changes between Version 1 and Version 2 of img2md


Ignore:
Timestamp:
Oct 17, 2010, 3:37:54 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2md

    v1 v2  
    11= img2md =
     2Application 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:
    27{{{
    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
     8img2md tiff_world_file foo.tif foo2.tfw
    139}}}
     10* Create a text file
     11{{{
     12img2md ossim_readme foo.tif foo_readme.txt
     13}}}