cgif 0.3.2-1 source package in Ubuntu

Changelog

cgif (0.3.2-1) unstable; urgency=medium

  * New upstream release.
  * Install examples to -dev package.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 12 Jun 2023 06:53:41 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
cgif_0.3.2-1.dsc 1.7 KiB f969e2a23f455ac827918e57c9b4e833fc5d049615589d6a918ff7f2aa861246
cgif_0.3.2.orig.tar.gz 28.7 KiB 0abf83b7617f4793d9ab3a4d581f4e8d7548b56a29e3f95b0505f842cbfd7f95
cgif_0.3.2-1.debian.tar.xz 2.5 KiB 8a47e4e561ee1146ac7e212703a1f68fbd13e4e88c4fa02d5fb05cc021bbfa6c

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