#include <phStandard.h>
#include <phStdint.h>
Go to the source code of this file.
Typedefs | |
| typedef ph_ppm_image_s * | phPPM_image |
Functions | |
| int | ph_ppm_create_raw (phPPM_image *ppm, uint8_t *data, const int w, const int h) |
| int | ph_ppm_load (phPPM_image *ppm, const char *file) |
| int | ph_ppm_save (const phPPM_image ppm, const char *file) |
| void | ph_ppm_destroy (phPPM_image *ppm) |
| int | ph_ppm_get_width (const phPPM_image ppm) |
| int | ph_ppm_get_height (const phPPM_image ppm) |
| uint8_t * | ph_ppm_get_data (const phPPM_image ppm) |
| Copyright (C) 2002 - 2007 |
Philip D.S. Thoren ( pthoren@users.sourceforge.net ) University Of Massachusetts at Lowell Robotics Lab |
|
1.4.4