]> git.imager.perl.org - imager.git/commit
- the BMP reader now validates the bfOffBits value from the BMP header
authorTony Cook <tony@develop=help.com>
Sun, 28 Nov 2004 13:09:58 +0000 (13:09 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 28 Nov 2004 13:09:58 +0000 (13:09 +0000)
commit403946c650becfbf29bdd5ed8942edf7dea39fca
tree16ff9b2e1c9b373f9c6abce69ca915b5280d8e88
parent8a02f5850ab5b5d34ae13540c34c5394f404483e
- the BMP reader now validates the bfOffBits value from the BMP header
  and skips to that offset before reading image data.  Previously this
  value was read but otherwise ignored.
Changes
MANIFEST
TODO
bmp.c
t/t107bmp.t
tags.c
testimg/winrgb24off.bmp [new file with mode: 0644]
testimg/winrgb2off.bmp [new file with mode: 0644]
testimg/winrgb4off.bmp [new file with mode: 0644]
testimg/winrgb8off.bmp [new file with mode: 0644]