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