Port details |
- cgif GIF encoder written in C
- 0.3.2 graphics
=0 0.3.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-05 17:36:43
- Last Update: 2023-05-27 23:43:43
- Commit Hash: 04c38bd
- License: MIT
- 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
¦ ¦ ¦ ¦ 
- 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 = 1685162034
SHA256 (dloebl-cgif-V0.3.2_GH0.tar.gz) = 0abf83b7617f4793d9ab3a4d581f4e8d7548b56a29e3f95b0505f842cbfd7f95
SIZE (dloebl-cgif-V0.3.2_GH0.tar.gz) = 29407
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:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
Number of commits found: 3
|