| 
| WINPR_API int  | winpr_bitmap_write (const char *filename, const BYTE *data, size_t width, size_t height, size_t bpp) | 
|   | 
| WINPR_API int  | winpr_bitmap_write_ex (const char *filename, const BYTE *data, size_t stride, size_t width, size_t height, size_t bpp) | 
|   | 
| WINPR_API BYTE *  | winpr_bitmap_construct_header (size_t width, size_t height, size_t bpp) | 
|   | 
| WINPR_API int  | winpr_image_write (wImage *image, const char *filename) | 
|   | 
| WINPR_API int  | winpr_image_write_ex (wImage *image, UINT32 format, const char *filename) | 
|   | 
| WINPR_API int  | winpr_image_read (wImage *image, const char *filename) | 
|   | 
| WINPR_API void *  | winpr_image_write_buffer (wImage *image, UINT32 format, size_t *size) | 
|   | 
| WINPR_API int  | winpr_image_read_buffer (wImage *image, const BYTE *buffer, size_t size) | 
|   | 
| WINPR_API void  | winpr_image_free (wImage *image, BOOL bFreeBuffer) | 
|   | 
| WINPR_API wImage *  | winpr_image_new (void) | 
|   | 
| WINPR_API BOOL  | winpr_image_format_is_supported (UINT32 format) | 
|   | 
| WINPR_API const char *  | winpr_image_format_extension (UINT32 format) | 
|   | 
| WINPR_API const char *  | winpr_image_format_mime (UINT32 format) | 
|   | 
| WINPR_API BOOL  | winpr_image_equal (const wImage *imageA, const wImage *imageB, UINT32 flags) | 
|   |