View Issue Details

IDProjectCategoryView StatusLast Update
0015371ScribusImport / Exportpublic2019-06-04 20:56
Reporterdcpurton Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSDebianOS Versionbuster/sid
Product Version1.5.4 
Fixed in Version1.5.5.svn 
Summary0015371: CIELab spot colours in PDF imported as CMYK
DescriptionWhen importing a PDF containing spot colours defined in CIELab, they are converted to CMYK. Since Scribus supports CIELab, I would have expected them to import unchanged.

This occurred in Scribus 1.5.5svn r22563. Other versions not tested.

The PDF was produced in LaTeX using the colorspace package for spot colour support.

\pdfminorversion=3
\pdfcompresslevel=0
\pdfobjcompresslevel=0
\documentclass[tikz,border=5mm]{standalone}
\usepackage[illuminant=d50]{colorspace}
\definespotcolor{PANTONE-3514-C}{PANTONE 3514 C}[alt=lab]{78.97,14.42,91.77}
\begin{document}
\begin{tikzpicture}
  \fill [PANTONE-3514-C] (0,0) rectangle (1,1);
\end{tikzpicture}
\end{document}
TagsNo tags attached.
PatchNo

Activities

dcpurton

2018-07-07 03:00

reporter  

Issue History

Date Modified Username Field Change
2018-07-07 03:00 dcpurton New Issue
2018-07-07 03:00 dcpurton File Added: scribus_lab_spot_bug.pdf
2018-07-07 15:09 jghali Assigned To => jghali
2018-07-07 15:09 jghali Status new => resolved
2018-07-07 15:09 jghali Resolution open => fixed
2018-07-07 15:09 jghali Fixed in Version => 1.5.5.svn
2019-06-04 20:56 cbradney Status resolved => closed