cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JPEG to XML Conversion using XI

JaganMohan
Participant
0 Likes
1,825

Dear Friends,

Can you please explain how to convert JPEG file to XML file using XI. Here the scenario is to pick a .jpeg file, convert it into xml and we have to read the data from the xml file. It gives the information related to that picture file.

Regards,

Jagan.

View Entire Topic
JaganMohan
Participant
0 Likes

That R & D is stopped in that level. So I close this question.

henrique_pinto
Active Contributor
0 Likes

Readable information in JPeg are written in the Exif tag.

Search for Java APIs to read exif tag in Google, it wont be hard to find any.

For example:

http://jigsaw.w3.org/Doc/Programmer/api/org/w3c/tools/jpeg/Exif.html

http://sourceforge.net/projects/libexif

http://www.sno.phy.queensu.ca/~phil/exiftool/

http://www.drewnoakes.com/code/exif/

http://reader.imagero.com/uio/

Regards,

Henrique.