libvips / pyvips

python binding for libvips using cffi
MIT License
649 stars 50 forks source link

Revise logic for unified (semistatic) libvips binaries #505

Closed kleisauke closed 2 months ago

kleisauke commented 2 months ago

Context:

pyvips could maybe use something similar, I think at the moment it'll try to load glib as a test for semistatic, but that could break on windows if the user has glib from another project on their PATH. Seeing if we can get g_free or whatever from libvips ought to be safer. Originally posted by @jcupitt in https://github.com/libvips/ruby-vips/issues/390#issuecomment-1977107148