mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-22 00:00:45 +02:00
PDF: Don't specify colorspace in JPEG2000 image dictionary
PDF uses the colorspace specified in the JPEG2000 image.
This commit is contained in:
parent
d58560bda8
commit
9ddf14cfd5
1 changed files with 0 additions and 1 deletions
|
|
@ -2001,7 +2001,6 @@ _cairo_pdf_surface_emit_jpx_image (cairo_pdf_surface_t *surface,
|
|||
" /Subtype /Image\n"
|
||||
" /Width %d\n"
|
||||
" /Height %d\n"
|
||||
" /ColorSpace /DeviceRGB\n"
|
||||
" /Filter /JPXDecode\n",
|
||||
info.width,
|
||||
info.height);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue