Typedefs | |
| typedef void(* | WRITE_ONE_BYTE) (unsigned char) |
Functions | |
| bool | writeJpeg (WRITE_ONE_BYTE output, const void *pixels_, unsigned short width, unsigned short height, bool isRGB, unsigned char quality_, bool downsample, const char *comment) |
| typedef void(* TooJpeg::WRITE_ONE_BYTE)(unsigned char) |
Definition at line 24 of file roswrap/src/toojpeg/toojpeg.h.
| bool TooJpeg::writeJpeg | ( | WRITE_ONE_BYTE | output, |
| const void * | pixels_, | ||
| unsigned short | width, | ||
| unsigned short | height, | ||
| bool | isRGB, | ||
| unsigned char | quality_, | ||
| bool | downsample, | ||
| const char * | comment | ||
| ) |
Definition at line 352 of file roswrap/src/toojpeg/toojpeg.cpp.