CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    10

    Arrow convert Image to xml format

    Hi Gurus,
    I just wanted to know that is it possible to store images to xml format?
    Bye

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: convert Image to xml format

    There is no realy way to store an actual image as XML (yet). Generally people use xml to store information about an image like where its located on disk, the size, resolution and type of the image.

    That being said it appears that some groups are working on an XML image standard format however i do not know very much about it or even if it ACTUALLY stores images in xml format. But you can read about it here.

    http://www.loc.gov/standards/mix/

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured