mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #317] [Feature request] Color limiter #1631
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#1631
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 @vatterspun on GitHub (Apr 23, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/317
Disclaimer: There might be a way to do this properly but at least with the tools I used, lowering colors didn't seem to help, probably because it creates additional changes between frames.
I got this idea while responding to #299.
Background: I use ScreenToGif to help demonstrate short processes and for writing up bug reports, frequently I don't need precise detail to explain what I'm trying to do. Currently ScreenToGif saves to the 256 color standard. With fewer colors, I think you might see file sizes decrease.
I tried to put together a process to demonstrate how taking images recorded in ScreenToGif and using other tools with converters that remove colors would result in lower file sizes. Strangely, I tried the following workaround and -- for reasons I can't explain, none if to worked. Fewer colors (black and white, 64 color, 8 color even) strangely resulted in LARGER files sizes. I really can't explain why as I've done this previously with other GIF animation tools with very different results.
Workaround:
Output
256 colors:

Black and White:

Note that converting to APNG format did nothing. The files with more colors were still somehow smaller. Maybe it's the converter I was using.
@NickeManarin commented on GitHub (Apr 26, 2018):
With the encoder v2.0 you can reduce the number of colors.
@vatterspun commented on GitHub (Apr 27, 2018):
Wow, it was that easy? Jeeze.