cgif 0.4.1-1 source package in Ubuntu

Changelog

cgif (0.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.7.0 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Wed, 19 Jun 2024 20:28:00 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
cgif_0.4.1-1.dsc 1.7 KiB c64bea42cdcf1f35972133c00ee14dfa50b5dcbdae982935e7f02e55b71991f4
cgif_0.4.1.orig.tar.gz 37.8 KiB 8666f9c5f8123d1c22137a6dd714502a330377fb74e2007621926fe4258529d5
cgif_0.4.1-1.debian.tar.xz 2.5 KiB f3ed840380fac35bd2467ec7b2f43e10f95f44db8b335fe61b26d340084cd644

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