Summary: | Image mask DataSource String no resused. | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Michael Vrhel <michael.vrhel> |
Component: | PS Interpreter | Assignee: | Alex Cherepanov <alex> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | master | ||
Hardware: | All | ||
OS: | All | ||
Customer: | 330 | Word Size: | --- |
Bug Depends on: | |||
Bug Blocks: | 689246 | ||
Attachments: | imagemask-with-pattern.ps |
Description
Michael Vrhel
2008-06-10 13:33:30 UTC
Please attach the sample file. Created attachment 4089 [details]
imagemask-with-pattern.ps
In the file, changing /DataSource <00FF> to /DataSource {<00FF>} solves the
issue. Sorry I forgot to attached it earlier.
The image interpolation in the source color space can not be properly tested until this but is fixed. Since this bug is blocking 689246 (a P2 level bug), I am bumping this up to the same priority. Wrap string data source into a procedure when /ImscaleDecode filter is installed, to ensure repeated reading of the string when the imagemask needs more data than has the string. The following patch is committed as a rev. 8854. http://ghostscript.com/pipermail/gs-cvs/2008-July/008435.html Regression testing shows no differences. |