XMP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Manley

    XMP

    Any ideas how I can read the xmp meta data from a jpg's header on a windows server?
  • Grant Wagner

    #2
    Re: XMP

    Manley wrote:
    [color=blue]
    > Any ideas how I can read the xmp meta data from a jpg's header on a windows server?[/color]

    Would this work: <url:
    http://www.handyarchive.com/Developm...o-ActiveX.html />

    --
    Grant Wagner <gwagner@agrico reunited.com>
    comp.lang.javas cript FAQ - http://jibbering.com/faq

    Comment

    • Jim Ley

      #3
      Re: XMP

      On Wed, 24 Nov 2004 18:24:03 GMT, Grant Wagner
      <gwagner@agrico reunited.com> wrote:
      [color=blue]
      >Manley wrote:
      >[color=green]
      >> Any ideas how I can read the xmp meta data from a jpg's header on a windows server?[/color]
      >
      >Would this work: <url:
      >http://www.handyarchive.com/Developm...o-ActiveX.html />[/color]

      I don't think so...

      but I've successfully compiled the Adobe sample C++ application under
      VC++ so I'm sure it'd be trivial to do it as an activeX or other.

      It's also pretty f'ing trivial, find the comment, then it's text you
      can parse with any old RDF parser IIRC, anyway it should be trivial,
      but not obviously relevant to javascript.

      I am lobbying the adobe guys to get the ability to get the metadata
      though from javascript in SVG docs.

      Jim.

      Comment

      Working...