1 /*
2  *	imgspect.h
3  *	AYM 1999-03-09
4  */
5 
6 
7 class Img;
8 
9 
10 void spectrify_img (Img& img);
11 
12 
13