#include <image.h>
Collaboration diagram for ast_imager:

Data Fields | |
| char * | desc |
| char * | exts |
| int | format |
| int(* | identify )(int fd) |
| char * | name |
| ast_imager * | next |
| ast_frame *(* | read_image )(int fd, int len) |
| int(* | write_image )(int fd, struct ast_frame *frame) |
Definition at line 27 of file image.h.
| int(* identify)(int fd) |
Identify if this is that type of file
| struct ast_imager* next |
| struct ast_frame*(* read_image)(int fd, int len) |
Read an image from a file descriptor
| int(* write_image)(int fd, struct ast_frame *frame) |
Returns length written
1.5.1