snowkit / gif

Haxe GIF encoder, implementing the NeuQuant and LZW encoding algorithms
39 stars 13 forks source link

Size set at creation, not per frame #2

Closed ruby0x1 closed 7 years ago

ruby0x1 commented 8 years ago

This is how the encoder works but the GifFrame stores the size too. Instead, set it on construction and the frames infer the size from that.