Chman / Moments

A quick GIF replay recorder for Unity
zlib License
856 stars 118 forks source link

low color quality #2

Closed cryax closed 7 years ago

cryax commented 7 years ago

The gif's color seems like in 16-bit format. Is there any way to improve color's quality?

yaustar commented 7 years ago

Do you have a sample of the gif and source image?

Chman commented 7 years ago

The Gif format is limited to 256-colors per palette. To make sure the colors are as good as possible, Moments creates Gif files with one palette per frame instead of one palette for the whole animation. There's isn't much more I can do to make it look better unfortunately, as it's a limitation of the Gif format.

cryax commented 7 years ago

thank you.