/*********************************************************/ /* Age.c: program file for aging operation */ /*********************************************************/ #include "Age.h" /*** function definitions ***/ /* age the image so that it looks like an old photo */ void Age( unsigned char R[WIDTH][HEIGHT], unsigned char G[WIDTH][HEIGHT], unsigned char B[WIDTH][HEIGHT]) { int x, y; for(y=0; y