fix(#33): bad auto rotatino

This commit is contained in:
Tomas Aparicio 2015-04-25 18:42:35 +02:00
parent ca206cdee1
commit 67221723ca
4 changed files with 47 additions and 55 deletions

View file

@ -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()
}