aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-01-28 11:10:51 +0000
committerJeremias Maerki <jeremias@apache.org>2009-01-28 11:10:51 +0000
commitac33a1e85b29eb7d528d14fe2fa5cff8dfd64d7d (patch)
tree131f6708a5187ffc9534ad049217794842b728a5 /status.xml
parentdafacc3ff595328433b87b0c75bc706b2d451aa2 (diff)
downloadxmlgraphics-fop-ac33a1e85b29eb7d528d14fe2fa5cff8dfd64d7d.tar.gz
xmlgraphics-fop-ac33a1e85b29eb7d528d14fe2fa5cff8dfd64d7d.zip
Moved MonochromeBitmapConverter from PCL to utility package for later reuse in AFP.
Moved BitmapImageUtil to a subpackage under util. Added support for creating (hard) page segments for images when working in bi-level mode. Include Image Object (IOB) is a newer feature and not supported everywhere. Since page segments cannot be scaled, they have to be generated for each distinctive target size. Bugfix: Reduced maximum chunk sizes for GraphicsData and ImageObject to conform to interchange set 1. Bugfix: Removed PresentationSpaceResetMixingTriplet which is not allowed in interchange set 1. Bugfix: Removed invalid byte in IDE Structure Parameter. Added support for creating FS10 images for bi-level bitmaps for better interoperability. Disabled optional and unnecessary name in ImageSegment. This name is never referenced. Refactored environment groups a bit to avoid duplicate data structures due to subclassing. Added explicit MappingOptionTriplet for image scaling. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 4f8265ae6..97dec5d18 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,11 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Renderers" dev="JM" type="add">
+ AFP Output: Bilevel images in resource groups as generated as hard page segments
+ (instead of image objects) for better interoperability with older IPDS environments
+ and for better printing performance.
+ </action>
<action context="Fonts" dev="JM" type="add">
FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in
encodings to help PDF text extractors interpreting characters.