#ifndef DEQUANTUTIL_H #define DEQUANTUTIL_H #include "FImage.h" void Dequantize9Way(FImage *src, FImage *dest, FImage *min, FImage *max); #endif