egami.hpp
Go to the documentation of this file.
egami::Image load(const std::string &_fileName, const ivec2 &_size=ivec2(-1,-1))
Load a specific ilage file in the requested image data.
Definition: debug.hpp:10
bool scalable(const std::string &_fileName)
know if a file can have multiple size definition.
Definition: Image.hpp:66
bool generateDistanceFieldFile(const std::string &_input, const std::string &_output)
Generate a distance field output file from an input file;.
bool store(const egami::Image &_input, const std::string &_fileName)
Save an image in a file.