Tkinter.PhotoImage data for dynamic CGI .gif without writing to file?

Iustin Pop iusty at k1024.org
Thu Dec 26 23:56:06 EST 2002


The easy way is to incorporate the image data in your html file, using <OBJECT> tag, like:
  <object type="image/png" data="data:image/png;base64,iVBORw0KGgoAAAANSUh....rkJggg=="></object>
but this I don't know if it works with IE.

Regards,
Iustin Pop




More information about the Python-list mailing list