convert image to xml in java applet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • surajhs
    New Member
    • Jul 2008
    • 13

    convert image to xml in java applet

    hi,
    I am working on java applet, i created a interface to view image in panel on jlist selected image item which is in local machine path, Now i need to convert image to xml and along with i will open image viewer add some annotations save it in that xml file. Please help me with sample code or links.


    Thank you in advance
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    An image is binary data only and xml is text only data. Google for "xml binary data"
    and see what solutions have been found.

    kind regards,

    Jos

    Comment

    • surajhs
      New Member
      • Jul 2008
      • 13

      #3
      Originally posted by JosAH
      An image is binary data only and xml is text only data. Google for "xml binary data"
      and see what solutions have been found.

      kind regards,

      Jos

      hi jos,

      Your idea is fine, but i dont know much on java applet so i didn't get any sample on this, please provide me links.

      Thanks for good reply,

      Regards,
      Suraj

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by surajhs
        Your idea is fine, but i dont know much on java applet so i didn't get any sample on this, please provide me links.
        Google is your friend; in 0.82s it found me this link.

        kind regards,

        Jos

        Comment

        Working...