etcadinfinitum/DiscordDeepPhryer

Investigate predefined support for gifs

Closed this issue · 3 comments

Method for frying gifs exists and is supported for certain files (not all). Need to:

  • Confirm or refute similar results for existing methods
  • Detect image type and make corresponding method call

This was fixed in f97c888 to support all gifs. Previous versions had inconsistent behaviors for certain files (specifically, many results came back with transparent images for all frames).

Some work could be done to improve appearance of processed gifs which only contain color diffs on subsequent frames, but that is a problem for another day.

Closing this because gifs tend to function fine afaict. Will reopen if necessary.