Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C568CF08 for ; Wed, 17 Jul 2013 14:00:48 +0000 (UTC) Received: (qmail 1723 invoked by uid 500); 17 Jul 2013 14:00:46 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 257 invoked by uid 500); 17 Jul 2013 14:00:41 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 244 invoked by uid 99); 17 Jul 2013 14:00:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 14:00:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.128.48] (HELO mail-qe0-f48.google.com) (209.85.128.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 14:00:34 +0000 Received: by mail-qe0-f48.google.com with SMTP id 2so1117753qea.7 for ; Wed, 17 Jul 2013 06:59:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=rd4BP5BCKS9gpu0sII5NK9LM6VBFi1ESjAWEsD3wx78=; b=ZDN3IpZHZuWoInCtb9sUwFtlY1DgItvJPSaLRt77dado5AkFXQoxH4RIkoIosyie+W e24+gD9zfe8z19LewqViNCsc/fZq9RcOG7k5KS4JzWl2o7YPJnWDTRmAfiepgwS6KuE0 nEXCN6YaA/Q6dWXxNIZoBtMf5xjwJWcKdokW633nfQXIXTgmX0VHEMK9fsvL1XWiC/Tp UKciUQS5MIlALZvpX7q4hsAAKW4oHWoL+oMc4oiZe11B+YSaUPVNK8qBShojqnPnIemT gbi4IhwamSlq5n7VO+Sigg1o8bLdoZib8+iKUfLJAPVb5vRcP2Ts7XiX89CjNMumtQZI cajQ== MIME-Version: 1.0 X-Received: by 10.49.132.41 with SMTP id or9mr7958676qeb.18.1374069593622; Wed, 17 Jul 2013 06:59:53 -0700 (PDT) Received: by 10.224.45.66 with HTTP; Wed, 17 Jul 2013 06:59:53 -0700 (PDT) Date: Wed, 17 Jul 2013 09:59:53 -0400 Message-ID: Subject: [Imaging] How To Read IPTC Data From: Mary Maulucci To: user@commons.apache.org Content-Type: multipart/alternative; boundary=047d7beb99fa06ce0104e1b5822c X-Gm-Message-State: ALoCoQklAahP0mhSpW5WORtNxgBeAKLE/XJRVTNdKEMdorRnYuW3hLXqahYGPzQpqArFyaaa5uE2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7beb99fa06ce0104e1b5822c Content-Type: text/plain; charset=ISO-8859-1 I have been examining the Javadoc entries and source code from the following classes: JpegImageParser, IptcParser, IptcRecord, JpegIptcRewriter, App13Segment. Although I have been able to guess at how to use some of the parameters in the methods and constructors, I haven't been able to figure out how to provide some of them (example: segmentData in the App13Segment class). In fact, it looks as though App13Segment is for putting IPTC data together for writing to an image file. How do I read the existing data? I can't figure it out from what is there. Help! Best, Mary K. Maulucci --047d7beb99fa06ce0104e1b5822c--