Scribus Forums

Scribus => Scripts and Plugins => Topic started by: Gibbz on May 10, 2019, 07:27:30 AM

Title: python how to embed or insert image data to frame?
Post by: Gibbz on May 10, 2019, 07:27:30 AM
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?
Title: Re: python how to embed or insert image data to frame?
Post by: a.l.e on May 10, 2019, 09:44:07 AM
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...