photon
photon copied to clipboard
Question: Writing out to different formats
I seem to be having trouble figuring out how to get an image out as a jpg.
Currently I have a PhotonImage that I created by reading in a tiff image from a buffer, and I can call
image.get_base64()
which gives me...
data:image/png;base64,iVBORw0KGg...
Apologies if I'm missing something obvious - but how might I get a data:image/jpeg;base64,NiCeJpEGDAtaHere...?
#125