mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-11 08:20:34 -07:00
Merge pull request #436 from der-eismann/remove-compat-dependency
Remove dependency on vips7compat
This commit is contained in:
commit
44c1dfbd7e
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