Initial documentation.

This commit is contained in:
Michael R Sweet
2021-05-29 21:21:45 -04:00
parent a18b8fd606
commit 10ab119922
5 changed files with 3958 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
// Local types...
//
typedef pdfio_obj_t *(*image_func_t)(pdfio_dict_t *dict, int fd);
typedef pdfio_obj_t *(*_pdfio_image_func_t)(pdfio_dict_t *dict, int fd);
//
@@ -910,7 +910,7 @@ pdfioFileCreateImageObject(
pdfio_obj_t *obj; // Image object
int fd; // File
unsigned char buffer[32]; // Read buffer
image_func_t copy_func = NULL; // Image copy function
_pdfio_image_func_t copy_func = NULL; // Image copy function
// Range check input...