Closed Xrayez closed 3 years ago
All you have to do is to add frames in FORMAT_RGBA8 format to ImageFrames before saving with save_gif().
FORMAT_RGBA8
ImageFrames
save_gif()
Note that transparency may not be supported in some GIF decoders/renderers.
All you have to do is to add frames in
FORMAT_RGBA8
format toImageFrames
before saving withsave_gif()
.Note that transparency may not be supported in some GIF decoders/renderers.