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
<?phpuseGregwar\Image\Image;
$image = Image::open('in.png');
$image->save("filename1.png");
$image->save("filename2.png"); // <---- this line will fail
Or can't
save()
twice in a row.How do I get the image data without changing the GD stream status?
The text was updated successfully, but these errors were encountered: