Is it possible in PDFlib to create an svg graphic from another image-file (like png) and than put it out in the pdf? Like first load the png image with $p->load_graphics
and than create a svg file within pdflib? I googled this but found nothing that fits my requirement.
For explanation: I have a png graphic and want to create a svg file within my pdflib program, so I can give this image a shadow. Or is it possible to put a shadow on the image through another way?