Hi
First off: This is an impressive library/application for rendering svg to png (performance and quality-wise)
I have a situation where I embed images like the title says (mime type: image/png, but the encoded image is actually a jpeg (base64 starting with "/9j/" tells it).
Can I tell resvg somehow that it should ignore the mime type an render what's actually there (trying the most common mime types it knows) or tell it what mime types it should try?