EHS
Img.cpp File Reference
#include "ehs/io/img/Img.h"
#include "ehs/io/img/PNG.h"
#include <zlib.h>

Namespaces

namespace  ehs
 

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)