DocumentServer/ActiveX/ASCOfficeUtils/PNM/headers/ImageToPNM.h
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

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 );