shirat74 / resample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 99.1%Language:Makefile 0.9%