PDF: Don't specify colorspace in JPEG2000 image dictionary

PDF uses the colorspace specified in the JPEG2000 image.
This commit is contained in:
Adrian Johnson 2009-11-29 10:40:18 +10:30
parent d58560bda8
commit 9ddf14cfd5

View file

@ -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);