AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.03.22 20:40 "Extracting tags form a tiff file", by Pascal Peuch
2005.03.23 05:39 "Extracting tags form a tiff file", by Priyanshu Sharma

2005.03.22 20:40 "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