Skip to content

Releases: ImageOptim/gifski

Windows GUI

30 Aug 02:43

Choose a tag to compare

  • Experimental GUI for Windows.
    • it's very basic and unpolished. It only supports PNG frames, no video. No refunds!
  • --fast option is faster on CPUs with 6 or more cores.

Fix for variable framerates

15 Aug 00:40

Choose a tag to compare

In previous versions of gifski animations with duplicate frames could have frame delay off by one.

Unfuzzy edges

11 Jun 02:33

Choose a tag to compare

  • Avoids creating fuzzy edges when input has transparency with anti-aliasing
  • --extra flag for extra-slow processing that makes slightly better palettes
  • Fixed accuracy of error codes in the C API

Multi-core on Windows

09 Jan 20:49

Choose a tag to compare

Rewrite of libimagequant in Rust enabled better Windows compatibility, and the Windows build is now over 2 times faster.

More transparent frames

08 Aug 16:20

Choose a tag to compare

If you set --quality=80 or lower, it will use more transparent pixels for diffs between frames, which usually reduces file size.

Temporal denoising

14 Feb 23:33

Choose a tag to compare

When you use quality lower than 100, it now applies denoising. It's like smart blur, but not in regular 2D, but on the axis of time. This helps reduce file sizes of MPEG-compressed screencasts and low-motion videos with analog noise.

40% faster

26 Jan 23:25

Choose a tag to compare

If you have at least 4 CPU cores, encoding will be faster.

No more duplicate frames

09 Aug 23:18

Choose a tag to compare

  • Identical frames are merged together (skipped)
  • More video decoding improvements
  • Lossy GIF compression is enabled by default when using quality < 100
  • gifski will automatically downscale videos that are too large for GIF (sorry, codec from 1989 is not for 4K videos)

Improved video support

09 Aug 00:46

Choose a tag to compare

Binaries for macOS and Debian now come with video support built-in. (Sorry, there's still no video support on Windows, because Visual Studio compiler and tooling are still such a pain.)

cargo install gifski --features=video

Is now supported as well.

Smoother animations

30 Jan 23:36

Choose a tag to compare

  • Improved handling of fps.
  • Fixed dithering bug.
  • Quality setting uses lossy LZW.