Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gif images are always encoded as GIF89a

gaa-cifasis opened this issue · comments

I'm not sure if this is a bug. Is there a reason for that?

It's simpler and valid to target the 89a version, enabling to share the same code for single images and animations. Writing a "Graphic Control Extension" mandate the use of this version, and as the block is optional, using this version is always valid.

Uhm, i see. In any case, some utilities from giflib as well as others like gif2tiff expect always a GIF87a.

I can still add a check for single image file, to put a 87a version

Sure!, it will be nice to add another option for testing. Let me know if you need something..