View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016945 | Scribus | Printing | public | 2023-05-18 22:43 | 2023-05-29 18:56 |
Reporter | gftaylor | Assigned To | jghali | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
OS | Windows | OS Version | 10 | ||
Product Version | 1.5.8 | ||||
Fixed in Version | 1.6.0.svn | ||||
Summary | 0016945: Transparent image sitting above blue frame causes color change on frame where they overlap | ||||
Description | I set up a text frame with white text on a blue background. I then placed a transparent image with "sparkles" next to the word "Magic". It looked fine on the display and exported as a PDF without problem, but when I tried printing the image from Scribus, the rectangle of the image containing the sparkles turned the blue background shades of a pinkish-purple color. (The text in the frame that overlapped the image was not discolored). | ||||
Steps To Reproduce | I attached a file that illustrates the problem. It consists of a small text box with white text on a blue background, overlaid with the "sparkles" image. When it prints to my printer, the rectangle containing the image has a pinkish background. | ||||
Additional Information | For the sake of my project, I was able to export the document as a PDF, and the PDF looked right on the screen and printed properly to the printer. So it seems that it is something specific to printing that produces this problem. | ||||
Tags | printing, transparency | ||||
Patch | No | ||||
|
|
|
Actually I was able to reproduce the problem when generating the sample file that is attached to the report. |
|
could be related to the different color spaces and/or the different render priorities. the rectangle is filled in cmyk and converted 'relative colorimetric' and the .png image is in srgb with 'perceptual' as rendering intent. (the image shouldn't be converted as the output is in srgb as well…) |
|
No, it's something happening in cairo. On Windows, printing uses cairo and hence all operations are performed in RGB colorspace. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-18 22:43 | gftaylor | New Issue | |
2023-05-18 22:43 | gftaylor | Tag Attached: printing | |
2023-05-18 22:43 | gftaylor | Tag Attached: transparency | |
2023-05-18 22:43 | gftaylor | File Added: miscolored.zip | |
2023-05-18 22:45 | gftaylor | Note Added: 0050174 | |
2023-05-19 05:30 | utnik | Note Added: 0050175 | |
2023-05-21 15:12 | jghali | Note Added: 0050178 | |
2023-05-21 15:13 | jghali | Assigned To | => jghali |
2023-05-21 15:13 | jghali | Status | new => resolved |
2023-05-21 15:13 | jghali | Resolution | open => fixed |
2023-05-21 15:13 | jghali | Fixed in Version | => 1.6.0.svn |
2023-05-29 18:56 | cbradney | Status | resolved => closed |