Loïc LE MEUT
Loïc LE MEUT
Hi all, Any answer ? method fromData can't support transparent PNG ? Thanks
When $content is the string (file_get_contents) of my transparent PNG Image: Don't work: ` $image = GregwarImage::fromData($content); ` This work: ` $image = GregwarImage::fromResource(imagecreatefromstring(content));`
Hello, I had the exact same problem; I found a faulty configuration that I had set up for another purpose. ` Symfony\Component\Serializer\Normalizer\ObjectNormalizer: public: true ` By removing this configuration, api-platform...