andybons / gogif

The (no longer) missing GIF encoder for #golang
BSD 2-Clause "Simplified" License
23 stars 6 forks source link

Fix gif encoding where bounds do not originate at (0,0) #3

Closed dpup closed 10 years ago

dpup commented 11 years ago

I'm not super confident with this change, because I'm not entirely clear on the expected API and usage of Quantize. But it doesn't appear to break any of the test images and the crop example now returns the expected image.

dpup commented 10 years ago

This is going to be fixed in 1.3, for now we've patched a custom build.