Port details |
- cgif GIF encoder written in C
- 0.4.1 graphics =2 0.4.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-04-05 17:36:43
- Last Update: 2024-07-03 04:36:30
- Commit Hash: 5b14d37
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/dloebl/cgif
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/cgif/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/cgif
- pkg install cgif
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cgif
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718784540
SHA256 (dloebl-cgif-v0.4.1_GH0.tar.gz) = 8666f9c5f8123d1c22137a6dd714502a330377fb74e2007621926fe4258529d5
SIZE (dloebl-cgif-v0.4.1_GH0.tar.gz) = 38677
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- This port is required by:
- for Build
-
- graphics/vips
- for Libraries
-
- graphics/vips
Configuration Options:
- No options to configure
- Options name:
- graphics_cgif
- USES:
- meson
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.1 03 Jul 2024 04:36:30 |
Po-Chuan Hsieh (sunpoet) |
graphics/cgif: Update to 0.4.1
Changes: https://github.com/dloebl/cgif/releases |
0.4.0 05 Apr 2024 23:57:28 |
Po-Chuan Hsieh (sunpoet) |
graphics/cgif: Update to 0.4.0
Changes: https://github.com/dloebl/cgif/releases |
0.3.2 27 May 2023 23:43:43 |
Po-Chuan Hsieh (sunpoet) |
graphics/cgif: Update to 0.3.2
Changes: https://github.com/dloebl/cgif/releases |
0.3.1 09 Apr 2023 20:39:54 |
Po-Chuan Hsieh (sunpoet) |
graphics/cgif: Update to 0.3.1
Changes: https://github.com/dloebl/cgif/releases |
0.3.0 05 Apr 2023 17:29:37 |
Po-Chuan Hsieh (sunpoet) |
graphics/cgif: Add cgif 0.3.0
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 |