Exctract GIF comment from image

2008-03-11 Thread wingi
Hi, simple question: The PIL does not support reading the optional description in GIF Images. http://www.pythonware.com/library/pil/handbook/format-gif.htm After some reasearch I could not find a python solution for this, any suggestions? Thanx, Wingi. -- http://mail.python.org/mailman

Re: Exctract GIF comment from image

2008-03-12 Thread wingi
On 11 Mrz., 18:39, "Guilherme Polo" <[EMAIL PROTECTED]> wrote: > 2008/3/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi, > > > simple question: ThePILdoes not support reading the optional > > description in GIF Images. > > > I did a quick thing here, try it and check if it solves the problem