
Go to the source code of this file.
Functions | |
| void | convert2BGR (unsigned char *data, int width, int height) |
| int | main (int argc, char **argv) |
| bool | readPPM (const char *fileName, unsigned char **data, int *width, int *height) |
| void | rotate (unsigned char *data, int width, int height) |
| void | skipComments (FILE *fp, char *word) |
| bool | writeMarkerFile (const char *fileName, unsigned char *data, int width, int height) |
| void convert2BGR | ( | unsigned char * | data, |
| int | width, | ||
| int | height | ||
| ) |
Definition at line 156 of file tools/PPM_to_PATT/src/main.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 172 of file tools/PPM_to_PATT/src/main.cpp.
| bool readPPM | ( | const char * | fileName, |
| unsigned char ** | data, | ||
| int * | width, | ||
| int * | height | ||
| ) |
Definition at line 40 of file tools/PPM_to_PATT/src/main.cpp.
| void rotate | ( | unsigned char * | data, |
| int | width, | ||
| int | height | ||
| ) |
Definition at line 95 of file tools/PPM_to_PATT/src/main.cpp.
| void skipComments | ( | FILE * | fp, |
| char * | word | ||
| ) |
Definition at line 20 of file tools/PPM_to_PATT/src/main.cpp.
| bool writeMarkerFile | ( | const char * | fileName, |
| unsigned char * | data, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 115 of file tools/PPM_to_PATT/src/main.cpp.