mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #350] Additional Gif Compression Settings #1659
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1659
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohannesMP on GitHub (Jul 2, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/350
It would be useful if we could more aggressively Posterize the gif to be saved, to ensure that subtly different and changing colors are compressed into one non-changing mass of pixels.
Photoshop's 'save for web' legacy UI for gifs allowed the user to select the number of desired colors, as well as the ability to fine tune which colors the algorithm would actually try to use, settings for dithering, lossyness, etc.
Similarly, if the clip to be captured contains a subtle amount of noise but with colors that are not changing much otherwise, it would be useful to more aggressively consider those pixels as 'unchanging', something which the current 'Detect unchanged pixels' algorithm can be pretty bad at.
@NickeManarin commented on GitHub (Jul 3, 2018):
Nice, a threshold for the algorithm that detects color changes would be less hard to code.
@vatterspun commented on GitHub (Jul 4, 2018):
Related: #299 and #317. And this same process would likely also save space when exporting to the APNG format (#245).
@NickeManarin commented on GitHub (Jun 29, 2020):
I rewrote the color quantizers.
The built-in quantizers now allows to select a maximum color count.