00001 #ifndef PGRCONVERT 00002 #define PGRCONVERT 00003 00004 #include "PGRFlyCapture.h" 00005 00006 extern void bayer640toRGB320(FlyCaptureStippledFormat format, 00007 FlyCapturePixelFormat pixelFormat, 00008 unsigned char* from, 00009 unsigned char* to, 00010 bool toBGR); 00011 00012 #endif