-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
MagickCorruptImageErrorException: Wrong JPEG library version: library is 80, caller expects 62 #1472
Comments
Is it possible to create a |
Hm, not sure. I guess it depends heavily on the base image and their packages, though I can try to investigate next week again. |
Can you still reproduce the issue when you use |
Unfortunately yes |
I've found out more. I try to find out more to isolate the error. |
I really wonder what they are doing internally but I suspect that you will need to figure that out with them yourself. Their library is not open source so you probably need to your account manager at IronSoftware. The Magick.NET library is statically linked so I don't understand how they can break things in my implementation. That really sounds like so strange magic. Maybe they are also using Magick.NET? |
I agree. I am closing this as it's not reproducible. Thanks for your support. |
Magick.NET version
"Magick.NET-Q8-x64" Version="13.4.0"
Environment (Operating system, version and so on)
Linux (Mint 21.2 (Ubuntu-Based))
Description
While trying to resize an image on Linux, this error pops up:
It seems like something is missing with the dependencies.
Steps to Reproduce
Not sure how to reproduce this, seems like it's caused by something related to the installation.
Code-wise I'm resizing an image with this method:
The text was updated successfully, but these errors were encountered: