示例#1
0
func Debug() {
	C.im__print_all()
}
示例#2
0
文件: vips.go 项目: godeep/bimg
// Output to stdout vips collected data. Useful for debugging
func VipsDebugInfo() {
	C.im__print_all()
}