Python. How do you set the image attributes?
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:34 UTC
Read the original article
Hit count: 366
I'm using PIL. I tries using :
img.info = {'Buyer':'Text','Copyright':'Text2'}
This is not working. Is there an alternate way to do it?
© Stack Overflow or respective owner