Rightpoint / RaisinToast

A UIWindow subclass used to message information to the users of your app.
MIT License
83 stars 14 forks source link

Animated GIF should be simpler #10

Open ZevEisenberg opened 9 years ago

ZevEisenberg commented 9 years ago

The image of an actual piece of toast is using up a lot of colors in the GIF's indexed color palette, meaning that the rest of it needs to use dithering to express the colors. If the toast were replaced with a solid color (for the GIF only), the GIF would look better and probably have a smaller file size.

adamhrz commented 9 years ago

@ZevEisenberg Tried a different header image but still got dithering. Could it be the ffmpeg settings? raisin-toast-6plus2

ZevEisenberg commented 9 years ago

Yes. Some time let me take a crack at the original video file in Photoshop. It gives you really good control over GIF export settings. ffmpeg might as well, but in Photoshop you get real-time, interactive feedback.