oop, left gifload.c in the merge

This commit is contained in:
John Cupitt 2021-03-27 15:39:29 +00:00
parent 69fcf1b9e9
commit fd56067f54
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@
- add vips_fitsload_source(), vips_niftiload_source() - add vips_fitsload_source(), vips_niftiload_source()
- png and gif load note background colour as metadata [781545872] - png and gif load note background colour as metadata [781545872]
- add vips_image_[set|get]_array_double() - add vips_image_[set|get]_array_double()
- add GIF load with libnsgif
- add JPEG2000 load and save - add JPEG2000 load and save
22/12/20 start 8.10.6 22/12/20 start 8.10.6

View File

@ -17,7 +17,6 @@ libforeign_la_SOURCES = \
fitsload.c \ fitsload.c \
fitssave.c \ fitssave.c \
foreign.c \ foreign.c \
gifload.c \
heifload.c \ heifload.c \
heifsave.c \ heifsave.c \
jp2kload.c \ jp2kload.c \