Closed kleisauke closed 7 months ago
_libvips.c
diff:
I'm not sure this is safe, it seems to remove a lot of functions (runtime checking?). This works properly however:
$ python -c "import pyvips; import _libvips; assert _libvips.lib.vips_version(0) == 8; print(pyvips.API_mode)"
True
I'll close as this doesn't seem to work. The above command was accidentally tested on a stray pyvips installation.
This appears redundant, as these types and functions originate from
vips/vips.h
in API mode.Resolves: #459.