]> source.dussan.org Git - xmlgraphics-fop.git/commit
Attempt to make grayscale patterns look nicer when using PCL commands. The standard...
authorJeremias Maerki <jeremias@apache.org>
Wed, 26 Jul 2006 12:06:49 +0000 (12:06 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 26 Jul 2006 12:06:49 +0000 (12:06 +0000)
commitd8a9dfe792e9ee4816928b2b066cebbd16286bfb
tree121b9f5707d4652b957736d91feb5b3f56c8081d
parent7754b133f96dbc2eca32311c2a118c27cce35755
Attempt to make grayscale patterns look nicer when using PCL commands. The standard PCL shades are very coarse and I replaced them with a simple 4x4 bayer dither pattern defined as a user-defined pattern in PCL.
Current side-effect: Darker gray values will result in almost black output on some printers (at least on mine).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@425716 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/render/pcl/PCLGenerator.java
src/java/org/apache/fop/render/pcl/PCLRenderer.java