ppc_image_reduce_test


ppc_image_reduce_test, a C code which calls ppc_image_reduce(), which reduces the size of an image stored in PGM or PBM format, by applying a Haar transform and removing modes of low importance, from Rouben Rostamian's "Programming Projects in C";

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

ppc_image_reduce, a C code which reduces the size of an image stored in PGM or PBM format, by applying a Haar transform and removing modes of low importance, from Rouben Rostamian's "Programming Projects in C";

Source Code:


Last revised on 06 May 2024.