Log file Viewer
Help
|
Karma
| Search:
#pil logs for Thursday the 7th of November, 2013
(
Back to #pil overview
) (
Back to channel listing
) (
Animate logs
)
[
23:49:08
] <
naringas
> hi, i may have found a bug
[
23:50:44
] <
naringas
> i think so because same code worked fine with older PIL
[
23:52:51
] <
naringas
> how to reproduce: take a gif `im=Image.open('the.gif')`
[
23:53:05
] <
naringas
> copy it `im2 = im.copy()`
[
23:53:19
] <
naringas
> save it `im2.save('the_other.gif')`
[
23:53:27
] <
naringas
> the_other.gif is bad
[
23:53:36
] <
naringas
> the palettes gets borked