wiki-archive/twiki/data/Image/Jpeg2kXml.txt

19 lines
832 B
Plaintext
Raw Permalink Normal View History

%META:TOPICINFO{author="BobMorris" date="1129643703" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="IntroductionToJPEG2000"}%
Readers unfamiliar with the XML language can find any number of good tutorials on the web. One is [[http://www.tizag.com/xmlTutorial][Tizag XML Tutorial]].
XML is good for image annotation in JPEG2000, which has a good story about annotation embedded in the image file. For example, an annotation might look like this:
<verbatim>
<image>
<Subject>Bird</Subject>
<Copyright>Copyright 2005 Robert A. Morris </Copyright>
<EXIFData> ... </EXIFData>
</image>
</verbatim>
Unlike the HTML language for web pages, XML permits individuals or communities to invent their own tags to make it easy for computers to search for or otherwise process information by its name.
-- Main.BobMorris - 18 Oct 2005