Exemplo n.º 1
0
func Debug() {
	C.im__print_all()
}
Exemplo n.º 2
0
Arquivo: vips.go Projeto: godeep/bimg
// Output to stdout vips collected data. Useful for debugging
func VipsDebugInfo() {
	C.im__print_all()
}