diff options
Diffstat (limited to 'source/pdf/pdf-image.c')
-rw-r--r-- | source/pdf/pdf-image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pdf/pdf-image.c b/source/pdf/pdf-image.c index 28e02db8..03b68799 100644 --- a/source/pdf/pdf-image.c +++ b/source/pdf/pdf-image.c @@ -506,6 +506,7 @@ raw_or_unknown_compression: pdf_array_push_string(ctx, arr, (char *) lookup, basen * (high + 1)); } break; + case FZ_COLORSPACE_NONE: case FZ_COLORSPACE_GRAY: pdf_dict_put(ctx, imobj, PDF_NAME(ColorSpace), PDF_NAME(DeviceGray)); break; |