You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the readers create Drawing\Gd and use imagecreatefromstring with an unsupported or else invalid format it returns false. They then just pass this to setImageResource without verification.
When getContents on these object is called (i.e. in a writer) it obviously can't return a valid image.
Should this be fixed and if so, what would be the best way? Just don't create the shape at all?