diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-02-07 14:02:44 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-02-07 14:02:44 +0000 |
commit | 575826b283fa659929204c63905e05fe2e2cf5f5 (patch) | |
tree | 917b9bc7eebceb5e4dec3c5c33f1ad3576f6e2b4 /status.xml | |
parent | 448befc115b005dc2a07391182179c686a91d25f (diff) | |
download | xmlgraphics-fop-575826b283fa659929204c63905e05fe2e2cf5f5.tar.gz xmlgraphics-fop-575826b283fa659929204c63905e05fe2e2cf5f5.zip |
Added an option to disable the default sRGB profile in PDF output for those who don't care about color fidelity, but care about PDF file size. Note that this option is not possible if PDF/A, PDF/X or an output profile is used. Makes simple PDFs about 4KB smaller. Ha!
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@619417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 3cc0f5b46..49b238a38 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Fonts" dev="JM" type="add"> + Added an option to disable the default sRGB profile in PDF output for those who + don't care about color fidelity, but care about PDF file size. + </action> <action context="Code" dev="AD" type="fix" fixes-bug="43705"> Fixed a bug when the rgb-icc() function was used either before the fo:declarations, or in documents without a fo:declarations node. In such cases, the sRGB fallback |