You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, this convenience function was missing. I just added it with commit 81dbca8.
If you want to test this, you can use the nightly version of NetVips. Add the https://ci.appveyor.com/nuget/net-vips feed in the <packageSources> section of your NuGet.config:
The vips library has the
vips_addalpha ()
function.https://libvips.github.io/libvips/API/current/libvips-conversion.html#vips-addalpha
Is it possible to use this function with the .Net Binding?
I only found a binding for the method
vips_image_hasalpha ()
and a similar issue for the ruby binding libvips/ruby-vips#168 .I added for now the workaround mentioned in the ruby binding
Thank you for your help and this amazing library.
The text was updated successfully, but these errors were encountered: