/resample

A C++ translation of Dale Schumacher's Filtered Image Rescaling code filter.c

Primary LanguageC++

resample

A C++ translation of Dale Schumacher's Filtered Image Rescaling code filter.c

This is a C++ implementation of image resampling code based on filter.c weritten by Dale Schumacher. The sample program resample.cc (and PNGImage.[cc,hh]) does resampling of PNG image. To compile and run resample program, libpng and zlib is required.