~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to src/jpgimage.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/*!
22
22
  @file    jpgimage.hpp
23
23
  @brief   Class JpegImage to access JPEG images
24
 
  @version $Rev: 808 $
 
24
  @version $Rev: 847 $
25
25
  @author  Andreas Huggel (ahu)
26
26
           <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a>
27
27
  @author  Brad Schick (brad)
87
87
                             long sizePsData,
88
88
                             uint16_t psTag,
89
89
                             const byte **record,
90
 
                             uint16_t *const sizeHdr,
91
 
                             uint16_t *const sizeData);
 
90
                             uint32_t *const sizeHdr,
 
91
                             uint32_t *const sizeData);
92
92
        /*!
93
93
          @brief Forwards to locateIrb() with \em psTag = \em iptc_
94
94
         */
95
95
        static int locateIptcIrb(const byte *pPsData,
96
96
                                 long sizePsData,
97
97
                                 const byte **record,
98
 
                                 uint16_t *const sizeHdr,
99
 
                                 uint16_t *const sizeData);
 
98
                                 uint32_t *const sizeHdr,
 
99
                                 uint32_t *const sizeData);
100
100
        /*!
101
101
          @brief Set the new IPTC IRB, keeps existing IRBs but removes the
102
102
                 IPTC block if there is no new IPTC data to write.