]> git.imager.perl.org - imager.git/history - GIF/imgif.c
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git] / GIF / imgif.c
2019-02-12 Tony CookRT#128481: fix handling of GIF files with no images
2019-01-02 Tony Cooklog only after we've checked MakeMapObject() success
2016-03-09 Tony Cookclean up gif writing error handling (and fix a leak)
2014-06-27 Tony Cookadd support for giflib 5.1.0
2013-06-14 Tony Cookfix various GCC warnings, mostly initialized but otherw...
2012-12-14 Tony Cookimproved support for threads
2012-11-24 Tony Cookavoid re-entrancy into giflib using the mutex API
2012-10-15 Tony Cookinitialize the SortFlag for colour maps for giflib 5.x
2012-10-12 Tony Cookre-work GIF version setting to support the upcoming...
2012-10-08 Tony Cookforce gif89a for transparency only when needed
2012-09-29 Tony Cook[rt #79029] support giflib 5
2012-09-29 Tony Cookrevert threading changes, they aren't ready for the...
2012-09-11 Tony Cook[rt #79029] add support for giflib 5.0
2012-09-11 Tony Cookimproved thread safety for Imager
2012-08-25 Tony Cookavoid re-entrancy into giflib using the mutex API
2012-08-13 Tony Cookallow building GIF/imgif.c on C89 compilers
2012-07-12 Tony Cooksupport giflib 4.2
2011-10-10 Tony CookMerge the I/O buffering branch
2011-08-21 Tony Cook[rt #69147] detect and use snprintf() more
2011-08-08 Tony Cookswitch to using size_t and i_img_dim strictly
2011-05-30 Tony Cook[RT #67912] writing GIFs now always uses the generated...
2010-08-23 Tony Cookreturn the real giflib version, rather than the dummy
2010-08-23 Tony Cookmove the GIF file handling code into a sub-module