Package: libimage-info-perl
Version: 1.21-1
Severity: normal

When trying to retrieve the string contained in the UserComment field of an
Exif tag of a JPEG, the library always returns 'ASCII' instead of the
comment if there is any.
I tried to find out where it goes wrong but couldn't determine this
exactly.  It is somewhere in TIFF.pm though.  When the data dumping of
the ifds is enabled in JPEG.pm, one can see the probleem:
         
(this is OK...)
          ...
          [
            'DateTimeDigitized',
            'ASCII',
            20,
            '2006:06:15 20:23:14'
          ],
          ...
(but then...)
          [
            'UserComment',
            'UNDEFINED',
            22,
            'ASCII'
          ],
 
It seems as if the type is shifted to the content field.  Consequently the
provided content length number of 22 doesn't match the real content length.

Regards,

Paul

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages libimage-info-perl depends on:
ii  libimage-base-bundle-perl [li 1.0.7-2    set of modules for loading, saving
ii  libio-string-perl             1.08-1     Emulate IO::File interface for in-
ii  libxml-simple-perl            2.14-4     Perl module for reading and writin
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

libimage-info-perl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to