mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +02:00
Rework the color space support.
Start work on PNG file reader.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user