EHS
Loading...
Searching...
No Matches
Img.h File Reference
#include "ehs/Types.h"
#include "ehs/BaseObj.h"
#include "ehs/Str.h"
#include "ImgCodec.h"

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)