wrapperPNG.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include <egami/egami.hpp>
9 
10 namespace egami {
16  egami::Image loadPNG(const std::string& _fileName);
17 }
18 
Definition: debug.hpp:10
egami::Image loadPNG(const std::string &_fileName)
Definition: Image.hpp:66