Example #1
0
func Debug() {
	C.im__print_all()
}
Example #2
0
File: vips.go Project: godeep/bimg
// Output to stdout vips collected data. Useful for debugging
func VipsDebugInfo() {
	C.im__print_all()
}