image_quantization.h

Back to Image quantization

pastel/gfx/quantization/

// Description: An aggregate file for image quantization.

#ifndef PASTELGFX_IMAGE_QUANTIZATION_H
#define PASTELGFX_IMAGE_QUANTIZATION_H

#include "pastel/gfx/quantization/diffusion_quantization.h"
#include "pastel/gfx/quantization/rounding_quantization.h"

#endif