note on test suite failure

This commit is contained in:
John Cupitt 2016-05-08 10:02:34 +01:00
parent b03ad51ae3
commit 379b69fda8
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -1,3 +1,10 @@
- the gif tests in the suite sometimes fail with giflib5 because of an
uninitialized struct in giflib, see
https://sourceforge.net/p/giflib/bugs/94/
sadly ubuntu 16.04 only comes with giflib5, and giflib5 is currently broken
- I like the new int mask creator in reducev, can we use it in im_vips2imask()
as well?