Skip to content

cgifsave per frame cmap #2445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4cce308
try only recomputing the cmap rarely
jcupitt Sep 23, 2021
43915df
fix animated gif output
jcupitt Sep 24, 2021
26cccf8
Merge branch 'master' into cgifsave-per-frame-cmap
jcupitt Sep 24, 2021
71366d6
use a global cmap if we can
jcupitt Sep 24, 2021
20928d0
fix palette issue
jcupitt Sep 24, 2021
40b8087
.... nope, 5% works better
jcupitt Sep 24, 2021
917a8d4
change transparency settings per frame
jcupitt Sep 24, 2021
db47bb4
no dbg output
jcupitt Sep 24, 2021
52501b3
Improve attrFlags / genFlags initialization
kleisauke Sep 26, 2021
09f16e1
switch to 0% thresh for cgif write
jcupitt Sep 26, 2021
1a186cf
fix cgifsave dbg output on error
jcupitt Sep 26, 2021
df89f29
Merge remote-tracking branch 'kleis/cgifsave-per-frame-cmap' into cgi…
jcupitt Sep 26, 2021
dca50d0
tiny formatting changes`
jcupitt Sep 26, 2021
d10a879
Fix artifacts by reserving a transparent color
kleisauke Sep 26, 2021
cc59106
formatting
jcupitt Sep 26, 2021
eda34e9
Fix transparency handling
kleisauke Sep 26, 2021
763bab6
more gifload dbg
jcupitt Sep 27, 2021
d1fed62
Merge commit 'eda34e9fb4b3591cc93bfacabae9fdcb3983eff5' into cgifsave…
jcupitt Sep 27, 2021
edddee2
formatting
jcupitt Sep 27, 2021
8345897
disable dbg
jcupitt Sep 27, 2021
ca7c50a
better farme too large detection
jcupitt Sep 27, 2021
3e3d162
Get palette after remapping
kleisauke Sep 28, 2021
351bbf6
fix comment
jcupitt Sep 28, 2021
6d55a2a
clearer configure summary
jcupitt Oct 2, 2021
417534b
clearer doxygen note in configure
jcupitt Oct 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ enable deprecated library components: $enable_deprecated
enable modules: $gmodule_supported_flag
enable C docs with gtkdoc: $enable_gtk_doc
(requires gtk-doc 1.14 or later)
generate C++ docs with doxygen: $enable_doxygen
enable C++ docs with doxygen: $enable_doxygen
gobject introspection: $found_introspection
(requires gobject-introspection 1.30 or later)
RAD load/save: $with_radiance
Expand Down Expand Up @@ -1618,7 +1618,7 @@ Matlab load with matio: $with_matio
NIfTI load/save with niftiio: $with_nifti
FITS load/save with cfitsio: $with_cfitsio
GIF save with cgif: $with_cgif
(requires libimagequant)
(requires cgif, libimagequant)
Magick package: $with_magickpackage (dynamic module: $with_magick_module)
Magick major API version: $magick_version
load with libMagickCore: $enable_magickload
Expand Down
Loading