-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bug for incompatible with libSkiaSharp library. #107
Comments
Hi @Latisha19, thanks for opening this issue! I am not sure what you are trying to do here. PDFtoImage 5.0.0 needs SkiaSharp 3.116.1 (plus their native assets). This should work as is. If you try to mix and match other versions of SkiaSharp, you will run into issues like this. Which versions are you trying to use? If possible, only reference PDFtoImage with Greetings |
@Latisha19 Does you project use a |
@sungaila Thanks for your reply! I want to use your PDFtoImage tool, SkiaSharp is only for dependency. So this bug may be SkiaSharp's, not in your PDFtoImage's. |
@Latisha19 I think your problem is caused by this: mono/SkiaSharp#3112 Once this is fixed, I will release a new version of PDFtoImage and ask you to test it. |
PDFtoImage version
5.0.0
OS
Windows
OS version
Windows 11 23H2
Architecture
x64
Framework
.NET Framework
App framework
No response
Detailed bug report
This may be a bug, or isn't.
To solve an annoying warning in SkiaSharp, I tried to upgrade PDFtoImage from 4.1.1 to 5.0.0, but then I got an error when running
Conversion.SavePng(a, b);
.The error shows that: "InnerException {"The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [116.0, 117.0)."} System.Exception {System.InvalidOperationException}".
Now I will try to degrade back to 4.1.1 to run normally, but I would like to know how to solve this.
Thank you.
The text was updated successfully, but these errors were encountered: