cgif 0.0.3-1 source package in Ubuntu

Changelog

cgif (0.0.3-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Thu, 09 Dec 2021 18:15:27 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cgif_0.0.3-1.dsc 1.7 KiB d3eada2b6e9b8eacee753558c5e57b1ace96005aac9df9aa7080d1db5eaff634
cgif_0.0.3.orig.tar.gz 18.9 KiB 160e88bc126ad0f1fa6ae07b7660852242efefe687bc0181e3b5acea01939bd4
cgif_0.0.3-1.debian.tar.xz 2.0 KiB 42bf86a648bdf1ec5813727a5170750749489e40fd646399530d6e0d45f52b88

Available diffs

No changes file available.

Binary packages built by this source

libcgif-dev: GIF encoder written in C (development files)

 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)
 - different options for GIF animations: static image, N repetitions,
   infinite repetitions
 - user-defined delay time from one frame to the next (can be set
   independently for each frame)

libcgif0: GIF encoder written in C (shared library)

 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)
 - different options for GIF animations: static image, N repetitions,
   infinite repetitions
 - user-defined delay time from one frame to the next (can be set
   independently for each frame)

libcgif0-dbgsym: debug symbols for libcgif0