From fd56067f54533a3026cfff9ee28e642b9cb2bac1 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 27 Mar 2021 15:39:29 +0000 Subject: [PATCH] oop, left gifload.c in the merge --- ChangeLog | 1 + libvips/foreign/Makefile.am | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ebcec53..67264ff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ - add vips_fitsload_source(), vips_niftiload_source() - png and gif load note background colour as metadata [781545872] - add vips_image_[set|get]_array_double() +- add GIF load with libnsgif - add JPEG2000 load and save 22/12/20 start 8.10.6 diff --git a/libvips/foreign/Makefile.am b/libvips/foreign/Makefile.am index 0523bdd5..42a9664a 100644 --- a/libvips/foreign/Makefile.am +++ b/libvips/foreign/Makefile.am @@ -17,7 +17,6 @@ libforeign_la_SOURCES = \ fitsload.c \ fitssave.c \ foreign.c \ - gifload.c \ heifload.c \ heifsave.c \ jp2kload.c \