3 lines
181 B
C
3 lines
181 B
C
|
#pragma once
|
||
|
|
||
|
char* convertToPNM ( unsigned char* const Image, unsigned long Width, unsigned long Height, unsigned long BitCount, bool ColorPresent, bool GrayPresent, long &Count );
|