View Issue Details

IDProjectCategoryView StatusLast Update
0005782ScribusGeneralpublic2008-02-26 22:40
Reporteralexandre Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.3.10svn 
Fixed in Version1.3.5svn 
Summary0005782: Failure to print image formats with alpha channel support to PostScript printer
DescriptionScribus refuses to print documents with TIFF files to PostScript printer (XeroxPhaser 7750). Using JPEG solves the issue.
TagsNo tags attached.
Patch

Relationships

related to 0002941 closedjghali Images fail to print 
has duplicate 0007093 closedjghali Can,t print pictures. 

Activities

jghali

2007-05-30 18:19

administrator   ~0016359

Does the printer output any error message?

alexandre

2007-05-31 15:27

developer   ~0016380

ERROR: limitcheck
OFFENDING COMMAND: filter

STACK:

/ReusableStreamDecode
-filestream-
-savelevel-

jghali

2008-01-30 09:02

administrator   ~0018777

The issue is more generally related with image format allowing alpha channels. We formerly used a postscript ReusableStreamDecode filter in order to combine the image and the mask data. Unfortunately that filter rely much on available memory for the interpreter and easily triggers limitcheck errors on desktop/office printers. Yesterday I committed a first fix in 1.3.5svn which remove those ReusableStreamDecode filter in normal pages by using Type3 postscript images and interleaving mask+image data. The tests i made on our Phaser 7750GX show that document which previously triggered limitcheck errors can now be printer normally. I gonna commit the fix for master pages today, and this issue will be resolved.

jghali

2008-01-30 19:07

administrator   ~0018790

Fixed for masterpages too.

Issue History

Date Modified Username Field Change
2007-05-30 16:26 alexandre New Issue
2007-05-30 18:19 jghali Note Added: 0016359
2007-05-31 15:27 alexandre Note Added: 0016380
2008-01-29 23:02 jghali Status new => assigned
2008-01-29 23:02 jghali Assigned To => jghali
2008-01-29 23:03 jghali Relationship added related to 0002941
2008-01-30 08:31 jghali Category - => General
2008-01-30 08:31 jghali Summary Scribus refuses to print documents with TIFF files to PostScript printer () => Scribus refuses to print documents with TIFF files to PostScript printer
2008-01-30 09:02 jghali Note Added: 0018777
2008-01-30 19:07 jghali Status assigned => resolved
2008-01-30 19:07 jghali Fixed in Version => 1.3.5svn
2008-01-30 19:07 jghali Resolution open => fixed
2008-01-30 19:07 jghali Note Added: 0018790
2008-01-30 19:09 jghali Summary Scribus refuses to print documents with TIFF files to PostScript printer => Failure to print documents with TIFF files to PostScript printer
2008-01-30 19:20 jghali Summary Failure to print documents with TIFF files to PostScript printer => Failure to print image formats with alpha channel support to PostScript printer
2008-02-26 22:40 jghali Status resolved => closed
2008-06-16 14:21 jghali Relationship added has duplicate 0007093