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
// Example Save the PNG Image from the raw data into a file or do whatever you want.
106
+
// imagepng($rawImage , 'newfile.png');
107
+
108
+
echo "Image succesfully compressed, do something with the raw Data";
109
+
}else{
110
+
echo "Something went wrong (status code $exit_code) with description: ". $instance->getErrorTable()[(string) $exit_code];
111
+
}
112
+
```
113
+
75
114
# Documentation
76
115
77
116
For further information and examples of the wrapper, please [visit the official documentation here](http://docs.ourcodeworld.com/projects/php-pngquant).
0 commit comments