I have been trying to add a watermark to a jpeg using PIL, but the
watermark has a black box around it. I looked at
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/362879
and
http://mail.python.org/pipermail/python-list/1999-May/003369.html
but I think these only refer to gif or png.
Jeff, this was exactly what I was looking for. I wrote a script with
this code and it worked perfectly.
Thanks
Ty
--
http://mail.python.org/mailman/listinfo/python-list
Does anyone know if it is possible to determine if an image is
horizontal/vertical and color or black & white using the python image
library? I have been searching this news group and the information was
not all clear on this.
Best Regards
Ty
--
http://mail.python.org
Thank you Denis
Ty
--
http://mail.python.org/mailman/listinfo/python-list
Due to the restrictions I have at my host, I cannot use smtplib in my
email cgi script. They gave me a script they use that calls
nullmailer-inject. I am trying to figure out how to add the ability
to send attachments via the nullmailer-inject call. I could not find
much documentation on google