cgif 0.3.2-1build1 source package in Ubuntu

Changelog

cgif (0.3.2-1build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:43:49 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
cgif_0.3.2.orig.tar.gz 28.7 KiB 0abf83b7617f4793d9ab3a4d581f4e8d7548b56a29e3f95b0505f842cbfd7f95
cgif_0.3.2-1build1.debian.tar.xz 2.6 KiB 33c0e39ebcc90dbb6ac7d6036b980a6c2d3c87ec9cfd08ca2da34e776572645e
cgif_0.3.2-1build1.dsc 1.9 KiB fecbd475ded7c44f81163a90a8943ad73f15290ab6159869233488988269c0f2

View changes file

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