Skip to content

Commit 251e1d1

Browse files
authored
cgifsave per frame cmap (libvips#2445)
switch GIF save to frame at a time And make a new colormap if the frame average changes. This keeps memory use low, even for very large GIFs, though is somewhat slower. See libvips#2445
1 parent 21cdf22 commit 251e1d1

File tree

3 files changed

+388
-80
lines changed

3 files changed

+388
-80
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ enable deprecated library components: $enable_deprecated
15771577
enable modules: $gmodule_supported_flag
15781578
enable C docs with gtkdoc: $enable_gtk_doc
15791579
(requires gtk-doc 1.14 or later)
1580-
generate C++ docs with doxygen: $enable_doxygen
1580+
enable C++ docs with doxygen: $enable_doxygen
15811581
gobject introspection: $found_introspection
15821582
(requires gobject-introspection 1.30 or later)
15831583
RAD load/save: $with_radiance
@@ -1624,7 +1624,7 @@ Matlab load with matio: $with_matio
16241624
NIfTI load/save with niftiio: $with_nifti
16251625
FITS load/save with cfitsio: $with_cfitsio
16261626
GIF save with cgif: $with_cgif
1627-
(requires libimagequant)
1627+
(requires cgif, libimagequant)
16281628
Magick package: $with_magickpackage (dynamic module: $with_magick_module)
16291629
Magick major API version: $magick_version
16301630
load with libMagickCore: $enable_magickload

0 commit comments

Comments
 (0)