On Mon, Feb 23, 2009 at 10:52:37AM +0100, cschalkwijk wrote:
GIF89a specs: http://www.w3.org/Graphics/GIF/spec-gif89a.txt, see 'Comment extension'. Simply inserting the comment data after a header block does the trick:
imageData = Image.GIF.header_block(...)
- "\x21\xFE\x04TEST\x00" // Comments!
- Image.GIF.render_block(...)
- Image.GIF.end_block();
hmm, an Image.GIF.comment_block() function would be nice for that...
greetings, martin.