Image
Image copied to clipboard
Can't save() after get()
Or can't save() twice in a row.
How do I get the image data without changing the GD stream status?
Could you please be more specific?
Maybe a code sample would be a good start.
<?php use Gregwar\Image\Image;
$image = Image::open('in.png');
$image->save("filename1.png");
$image->save("filename2.png"); // <---- this line will fail
Also, could you please provide the error you got?