Remove dependency on vips7compat

master
Philipp Trulson 3 years ago
parent 3471b468e9
commit 28a4cce48b
No known key found for this signature in database
GPG Key ID: 73CBABEA8D422ABC

@ -160,7 +160,7 @@ func VipsVectorSetEnabled(enable bool) {
// VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging.
func VipsDebugInfo() {
C.im__print_all()
C.vips_object_print_all()
}
// VipsMemory gets memory info stats from libvips (cache size, memory allocs...)

@ -2,7 +2,6 @@
#include <string.h>
#include <vips/vips.h>
#include <vips/foreign.h>
#include <vips/vips7compat.h>
#include <vips/vector.h>
/**

Loading…
Cancel
Save