diff options
author | Romain DÉOUX <romain.deoux@gmail.com> | 2018-12-30 18:52:20 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-12-31 19:45:21 +0100 |
commit | d0859134fcbd8817f87895bd1cb158096568a7a2 (patch) | |
tree | 8be702e4ebde741bcfeb008d2b69b1df36a920e8 /tests/bmp/.gitignore | |
parent | e13956b6db514f7886db03d5eb24870b208b09f0 (diff) | |
download | libgd-d0859134fcbd8817f87895bd1cb158096568a7a2.tar.gz |
Fix #450: Failed to open 1 bit per pixel bitmap
For 1 bit per pixel bitmap images, when the width of the image match
some specific values (for instance, 10px), the image loading fails.
Diffstat (limited to 'tests/bmp/.gitignore')
-rw-r--r-- | tests/bmp/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bmp/.gitignore b/tests/bmp/.gitignore index 7c4edd0..c2cd2af 100644 --- a/tests/bmp/.gitignore +++ b/tests/bmp/.gitignore @@ -2,3 +2,4 @@ /bmp_null /bug00275 /bug00276 +/bug00450 |