on ‎2008 Aug 26 8:30 AM
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.
Request clarification before answering.
Hi,
refer the below link:
A Step-by-Step Image File to Image File Mapping and Conversion Using Java Mapping.
chirag
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Chirag,
We have read that. But it is for converting .jpeg to .png format. Both are compressed and picture format. But we have to convert .jpeg to .xml file and need to read some data from that xml file.
For example, the jpeg file contains picture with some content in readable format. So we have to read that content and further process is going on according to that content.
Regards,
Jagan.
Edited by: Jaganmohan Ponmani on Aug 27, 2008 11:02 AM
That R & D is stopped in that level. So I close this question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
hi
you can make use of :
regards,
ujjwal kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case you have to go for Java Mapping.
Also descide what kind of API you are going to use to read JPEG image.
Once you are able to read JPEG image, you can simpley read this information and generate an XML
thanks
farooq
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.