EHS
|
Go to the source code of this file.
Classes | |
class | ehs::Img |
Namespaces | |
namespace | ehs |
Enumerations | |
enum class | ehs::Resampling : UInt_8 { ehs::NONE , ehs::NEAREST_NEIGHBOR } |
Functions | |
bool | ehs::EncodeQOI (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &out, const ehs::Img *in) |
bool | ehs::DecodeQOI (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Img *out) |
bool | ehs::DecodePNG (const ehs::ImgCodec *codec, ehs::Serializer< ehs::UInt_64 > &in, ehs::Img *out) |