Exctract GIF comment from image
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/listinfo/python-list
Re: Exctract GIF comment from image
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 for you: > Wow - thanx for the fast answer! Yes it works and can use it ;-) *smile* -- http://mail.python.org/mailman/listinfo/python-list
