Skip to content
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

upgrade to newer libvips version #111

Closed
HolyOne opened this issue Jan 14, 2021 · 3 comments
Closed

upgrade to newer libvips version #111

HolyOne opened this issue Jan 14, 2021 · 3 comments
Labels
question Further information is requested

Comments

@HolyOne
Copy link

HolyOne commented Jan 14, 2021

Hello, I tried to save as GIF but could not achieve it because this library was looking for libvips 4.2

I see that newer version of libvips can save in gif format but it seems in .net library i am limited to an older version.

@HolyOne
Copy link
Author

HolyOne commented Jan 14, 2021

By the way I use NetVips.Native package for adding binaries to my project. but as I see I have no other option since the project supports 4.2 version

@kleisauke kleisauke added the question Further information is requested label Jan 28, 2021
@kleisauke
Copy link
Owner

kleisauke commented Jan 28, 2021

What did you mean with 4.2? I think you meant 42 which is libtool ABI number visible in the filename of the libvips binaries. This version does not not correspond to the major / minor / patch version but means that the ABI is stabilized since libvips 8.0.

See #108 for the reason why ImageMagick is not included in the prebuilt libvips binaries released on NuGet.

@kleisauke
Copy link
Owner

Hope this helped, please re-open if questions remain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants