-
-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
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
Update to 14.4.0: Error MagickImageErrorException: width or height exceeds limit, when using MagickImage Rotate #1798
Comments
I can also not reproduce it on my machine. The message your are getting suggests that you have configured |
Can you upgrade to 14.5.0? This should provide you with a better error message. |
I updated to 14.5.0, still the same. |
The error message should contain a bit more information? It should print the limits in the error message. Maybe you can use that number to search through your software? |
I added the raw exception details |
Thanks for updating the issue and I have edited it to make it more readable you will need to use three `'s to make it work multiline. You are hitting a limit that is 33554431x33554431 but that seems very strange for your code example. Is it possible to create a small application that demonstrates this issue? Maybe your are getting really big input images? |
Magick.NET version
14.4.0
Environment (Operating system, version and so on)
C#, Windows x86, ASP.NET 9.0
Description
I changed from 14.2.0 to 14.5.0.
Now I receive:
It only occurs on my server, not when I test it on my PC.
It happens when I use Magick Image Rotate in my Code.
Steps to Reproduce
IT occurs when I run it on Webhosting, not PC.
Code:
After removing watermark.Rotate(); It doesn't occure anymore.
The text was updated successfully, but these errors were encountered: