I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-07-19 20:42:34-07 by vik in response to 5759
Re: iptc data

Dear Phil thank you for your fast response,

I am using Thomas Barregren's extraction code javax.imageio.ImageReader; class to read the metadata from the image public Node readNativeMetadata() throws IOException { ImageReader reader; IIOMetadata metadata = reader.getImageMetadata(0); if(metadata == null) return null; return metadata.getAsTree(metadata.getNativeMetadataFormatName()); }

the above IIOMetadata contains marker sequences as an arraylist

looking forward to your response,

vik
Direct Responses: Write a response