m.def("readPNG", [] ( const std::string png_file, Eigen::Matrix & R, Eigen::Matrix & G, Eigen::Matrix & B, Eigen::Matrix & A ) { return igl::png::readPNG(png_file, R, G, B, A); }, __doc_igl_png_readPNG, py::arg("png_file"), py::arg("R"), py::arg("G"), py::arg("B"), py::arg("A"));