![]() |
Gorgon Game Engine
|
This is the complete list of members for PNG, including all inherited members.
| Decode(std::istream &input, Containers::Image &output) | PNG | |
| Decode(const std::string &input, Containers::Image &output) | PNG | |
| Decode(std::vector< Byte > &input, Containers::Image &output) | PNG | |
| Decode(const Byte *input, std::size_t size, Containers::Image &output) | PNG | |
| decode(png::Reader *reader, Containers::Image &output) | PNG | protected |
| Encode(const Containers::Image &input, std::ostream &output, bool replace_colormode=false) | PNG | |
| Encode(const Containers::Image &input, const std::string &output, bool replace_colormode=false) | PNG | |
| Encode(const Containers::Image &input, std::vector< Byte > &output, bool replace_colormode=false) | PNG | |
| encode(const Containers::Image &input, png::Writer *write, bool replace_colormode) | PNG | protected |