mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 09:20:29 -07:00
fix(#33): bad auto rotatino
This commit is contained in:
parent
ca206cdee1
commit
67221723ca
4 changed files with 47 additions and 55 deletions
3
vips.go
3
vips.go
|
|
@ -3,7 +3,6 @@ package bimg
|
|||
/*
|
||||
#cgo pkg-config: vips
|
||||
#include "vips.h"
|
||||
#include "stdlib.h"
|
||||
*/
|
||||
import "C"
|
||||
|
||||
|
|
@ -97,7 +96,7 @@ func Shutdown() {
|
|||
}
|
||||
|
||||
// Output to stdout vips collected data. Useful for debugging
|
||||
func VipsDebug() {
|
||||
func VipsDebugInfo() {
|
||||
C.im__print_all()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue