photon icon indicating copy to clipboard operation
photon copied to clipboard

Question: Writing out to different formats

Open bentron2000 opened this issue 3 years ago • 1 comments

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...?

bentron2000 avatar May 03 '22 06:05 bentron2000

#125

bluthen avatar May 06 '22 03:05 bluthen