cgif
Port variant std
Summary Fast and lightweight GIF encoder library
BROKEN
Package version 0.4.1
Homepage https://github.com/dloebl/cgif
Keywords graphics
Maintainer Michael Reim
License MIT
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 AUG 2024, 21:24:17 UTC
Port created 22 OCT 2023, 16:37:00 UTC
Subpackage Descriptions
set Subpackage description undefined (port maintainer error).
primary Cgif is a fast and lightweight GIF encoder that can create GIF animations and images. Summary of the main features: * user-defined global or local color-palette with up to 256 colors (limit of the GIF format) * size-optimizations for GIF animations: - option to set a pixel to transparent if it has identical color in the previous frame (transparency optimization) - do encoding just for the rectangular area that differs from the previous frame (width/height optimization) * fast: a GIF with 256 colors and 1024x1024 pixels can be created in below 50 ms even on a minimalistic system * MIT license (permissive) * different options for GIF animations: static image, N repetitions, infinite repetitions * additional source-code for verifying the encoder after making changes * user-defined delay time from one frame to the next (can be set independently for each frame) * source-code conforms to the C99 standard
dev This is the developer subpackage of the cgif:std port. It may contain headers, pc files, static and PIC libraries and SO links.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) meson:single:std
ninja:single:std
Download groups
main mirror://GITHUB/dloebl:cgif:v0.4.1
Distribution File Information
8666f9c5f8123d1c22137a6dd714502a330377fb74e2007621926fe4258529d5 38677 dloebl-cgif-0.4.1.tar.gz
Ports that require cgif:std
libvips:loaded Threaded image processing library (more features)
libvips:std Threaded image processing library (std. options)