We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi simply I can save my image by this:
$layer->save($dirPath, $filename, $createFolders, $backgroundColor, $imageQuality);
but how can I detect if uploading was successful? is there any method to get that? or I should do that myself?
thank you
The text was updated successfully, but these errors were encountered:
Hello @mahdikazemnia ,
I plan to add some exception when error occurred in save process.
When it will be merge, you will detect error by adding a try ... catch bloc in your code.
Sorry, something went wrong.
Master just update with this feature.
Now when the save process fail, an exception is created.
New tag coming soon.
No branches or pull requests
Hi
simply I can save my image by this:
$layer->save($dirPath, $filename, $createFolders, $backgroundColor, $imageQuality);
but how can I detect if uploading was successful?
is there any method to get that?
or I should do that myself?
thank you
The text was updated successfully, but these errors were encountered: