Hello!
I am working on a Scribus-based automation that generates SLA files, and I can't seem to work out what format embedded image files are stored in.
Specifically, on PAGEELEMENT nodes:
- How is the data in ImageData encoded? It looks like Base64, but decoding it doesn't give me an image format I am familiar with so I can't check that assumption with confidence; and
- Once decoded, what is the image format?
Any insight into this would be greatly appreciated.