Rework the color space support.

Start work on PNG file reader.
This commit is contained in:
Michael R Sweet
2021-06-05 11:28:32 -04:00
parent 3a133bd1c0
commit 1ea2b7514a
6 changed files with 469 additions and 255 deletions

View File

@@ -51,9 +51,9 @@ pdfioArrayAppendArray(
bool // O - `true` on success, `false` on failure
pdfioArrayAppendBinary(
pdfio_array_t *a, // I - Array
unsigned char *value, // I - Value
size_t valuelen) // I - Length of value
pdfio_array_t *a, // I - Array
const unsigned char *value, // I - Value
size_t valuelen) // I - Length of value
{
_pdfio_value_t v; // Value for array