fastports

cgif 0.5.3

graphics/cgif

GIF encoder written in C

Category
graphics
Maintainer
sunpoet@FreeBSD.org
WWW
https://github.com/dloebl/cgif
License
MIT
USES
meson

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

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
0.5.3
dab83bec22 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.5.3
Changes:	https://github.com/dloebl/cgif/releases
0.5.2
044816e4cf files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.5.2
Changes:	https://github.com/dloebl/cgif/releases
0.5.1
211eee585a files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.5.1
Changes:	https://github.com/dloebl/cgif/releases
0.5.0
3fa2a6aaa4 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.5.0
Changes:	https://github.com/dloebl/cgif/releases
0.4.1
5b14d37087 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.4.1
Changes:	https://github.com/dloebl/cgif/releases
0.4.0
bf3632dcb5 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.4.0
Changes:	https://github.com/dloebl/cgif/releases
0.3.2
04c38bdb07 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.3.2
Changes:	https://github.com/dloebl/cgif/releases
0.3.1
887af43f10 files touched
Po-Chuan Hsieh (sunpoet)
graphics/cgif: Update to 0.3.1
Changes:	https://github.com/dloebl/cgif/releases
0.3.0
af6dcf2661 files touched
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