Path to this page:
./
graphics/gifski,
GIF encoder based on libimagequant (pngquant)
Branch: CURRENT,
Version: 1.32.0nb1,
Package name: gifski-1.32.0nb1,
Maintainer: pkgsrc-usersHighest-quality GIF encoder based on pngquant.
gifski converts video frames to GIF animations using pngquant's fancy features
for efficient cross-frame palettes and temporal dithering.
It produces animated GIFs that use thousands of colors per frame.
It's a CLI tool, but it can also be compiled as a C library for seamless use in
other apps.
gifski is a command-line tool. There is no GUI for Windows or Linux (there is
one for macOS).
Master sites:
Filesize: 85.174 KB
Version history: (Expand)
- (2025-04-12) Updated to version: gifski-1.32.0nb1
- (2024-07-31) Updated to version: gifski-1.32.0
- (2024-02-11) Updated to version: gifski-1.14.4
- (2024-02-09) Updated to version: gifski-1.14.2
- (2024-01-28) Updated to version: gifski-1.14.1
- (2024-01-22) Updated to version: gifski-1.13.0nb2
CVS history: (Expand)
2025-04-12 08:54:27 by Thomas Klausner | Files touched by this commit (142) |
Log message:
*: recursive bump for libtheora 1.2
|
2024-07-31 19:52:53 by pin | Files touched by this commit (3) |  |
Log message:
graphics/gifski: update to 1.32.0
- Added support for YUV4MPEG2 (Y4M), which is a primitive uncompressed video
format that can be streamed from a command-line ffmpeg, without creating any
temporary files on disk:
ffmpeg -i "video.mp4" -f yuv4mpegpipe | gifski -o \
"crushed.gif" -
- Added support for reading video from stdin. Specify - as the path.
- Added warnings about reading or writing files from/to an interactive terminal.
There are no changes to the Windows GUI. Use previous MSI Windows installer.
The jump in version number is because I've previously accidentally tagged 1.13 \
as 1.31.
|
2024-02-10 22:47:13 by pin | Files touched by this commit (3) |  |
Log message:
graphics/gifski: update to 1.14.4
- Fixed trimming for real this time.
|
2024-02-09 14:54:51 by pin | Files touched by this commit (3) |  |
Log message:
graphics/gifski: update to 1.14.2
- Plus a small improvement in handling of transparency.
|
2024-01-27 22:57:22 by pin | Files touched by this commit (1) |
Log message:
graphics/gifski: restore correct license
|
2024-01-27 22:34:18 by pin | Files touched by this commit (4) |  |
Log message:
graphics/gifski: update to 1.14.1
- Refactored internals of the GIF codec
- Faster PNG decoder
- Small code cleanups
|
2024-01-22 14:17:08 by Ryo ONODERA | Files touched by this commit (119) |
Log message:
*: Recursive revbump from multimedia/libvpx
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2569) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|