Python 2.4

PIL 1.1.5

 

 

 

Hi,

I want to show a gif animation which using indexed color model.

I did like this:

 

             Import Image

             im = Image.open(animation.gif)

             try:

                           im.show() # for debug..

                           Im.seek(im.tell()+1)

             except:

                           pass

 

when animation.gif is in RGB mode, this code work as expected.

But when the gif image is in indexed(palettized) color mode, it does not show correctly except first frame.

 

I feel this may be caused by something like color shift or palette corruption ..

 

 

 

 

 

Image is here:

http://203.251.135.188/yoshin/animation.gif

 

 

Best reguard,

             Choi Jung-uk

_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to