
Thread
2005.03.22 20:40 "[Tiff] Extracting tags form a tiff file", by Pascal Peuch
Hi
We just have developped a tool for extracting tags form a tiff file. We get tags values in an XML file so that it is convenient to process them with XSL
Usage is:
Gtif2xml Geotif_Input_file Xml_Output_file XSL-filename
Geotif_Input_file is processed, all the tags (and their values of course) are extracted and delivered in the Xml_Output_file. XSL-filename is a name used for adding a stylesheet declaration in the XML output file.
It is a windows EXE under test at the moment.
If somebody is interested in, feel free to ask for it.
Sorry for my non native English.
Pascal