gifski icon indicating copy to clipboard operation
gifski copied to clipboard

GIF encoder based on libimagequant (pngquant). Squeezes maximum possible quality from the awful GIF format.

Results 45 gifski issues
Sort by recently updated
recently updated
newest added

Hi, I have been doing some tests on the gifs and noticed an issue with the encoder. It removes duplicate images and extends the duration to the wrong frame. ![1](https://user-images.githubusercontent.com/29497392/171485739-b7cb06a4-23a0-40d2-897e-3c5dd45e9a68.gif)...

when i want to add windows project lib -gifski.lib CMAKEList cmake_minimum_required(VERSION 3.15) set(PROJECT_NAME "gifski_plugin") project(${PROJECT_NAME} LANGUAGES CXX) # This value is used when generating builds using this plugin, so it...

recently, i updated gifski from v1.6.4 to v1.7.0 (using this GitHub repository) with _video support_, which was definitely difficult to set up, but i managed to get it to work...

I am running an open-source project which depends upon gifski, and for that I install it using this command "brew install gifski" But I dont want to install it separately,...

[source material.zip](https://github.com/ImageOptim/gifski/files/8031754/source.material.zip) Big guy, in the latest version of Gifski 1.6.4, there will be a lot of jagged edges in the GIF generated from the picture with the transparent channel....

Gifski filled up all 32GB of RAM and ended up getting killed by OOM. This obviously isn't desirable, especially to people who don't have as much RAM.

I am using gifski as c library to assemble GIF file from frames. Some of the emoj files are using different frame durations for each frame. I can achieve this...

I'm trying to create a perfect gradient GIF, where each frame is a single solid color. I have all of the PNGs (65,536 in total) and double-checked the color values...

Discord recently came out with "Stickers", of which the only options for animated images is APNG's... would it be possible to have gifski also support apng's? (or point me in...