Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 8311
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



i_readbmp_wiol() reads offbits (the offset to the start of image data) but doesn't use the value
Subject: bmp reader ignores the dwImageOffset value
the bmp reader reads but ignores the dwImageOffset from the file header. while it would be unusual for this to refer to any place other than immediately after the color table, it is possible.
[TONYC - Sun Nov 14 08:26:31 2004]: Show quoted text
> the bmp reader reads but ignores the dwImageOffset from the file header.
not dwImageOffset, the bfOffBits (called offbits in bmp.c)