mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 13:38:16 -08:00
Remove dependency on vips7compat
This commit is contained in:
parent
3471b468e9
commit
28a4cce48b
2 changed files with 1 additions and 2 deletions
2
vips.go
2
vips.go
|
|
@ -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...)
|
||||
|
|
|
|||
1
vips.h
1
vips.h
|
|
@ -2,7 +2,6 @@
|
|||
#include <string.h>
|
||||
#include <vips/vips.h>
|
||||
#include <vips/foreign.h>
|
||||
#include <vips/vips7compat.h>
|
||||
#include <vips/vector.h>
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue