How do you set the image attributes using PIL?
Posted
by manny
on Stack Overflow
See other posts from Stack Overflow
or by manny
Published on 2010-05-14T02:23:48Z
Indexed on
2010/05/14
2:44 UTC
Read the original article
Hit count: 355
I'm using PIL. I tried using :
img.info = {'Buyer':'Text','Copyright':'Text2'}
This is not working. Is there an alternate way to do it?
© Stack Overflow or respective owner