python how to embed or insert image data to frame?

Previous topic - Next topic

Gibbz

I have a base64 encoded image I want to embed into my document via python.
I know scribus support embedding images, how do I do this via python/scripter?

a.l.e

i don't think that the API call does exist yet...

but it's probably not that hard to add it... at least if you first write the data to a file and use the "standard" way to link the image and then embed it.

.... patches are welcome, i guess...