kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.77k stars 239 forks source link

Fix threaded complex condition #62

Closed thierrylamarre closed 8 years ago

thierrylamarre commented 8 years ago

Re-submitting after fixing off-by-one error. I believe this should fix the first case in issue #60 The condition to check if threaded resizing can be used does not check the size/position of the last frame currently.

@wilkesybear

wilkesybear commented 8 years ago

Good catch! This fix looks good to me

kohler commented 8 years ago

Thanks very much! Finally getting a chance to look at this.