]> source.dussan.org Git - xmlgraphics-fop.git/commit
Image implementation can now indicate if it is DCT encoded (JPEGs).
authorJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:50:54 +0000 (10:50 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:50:54 +0000 (10:50 +0000)
commit44ca154c4527e6c9e903cab220986fcf5c800a9e
tree2f546adfca33d61d08e8e9a4917471d78c976bdd
parentfd0d2dfad7598a9f21398022f1279176a6621cf0
Image implementation can now indicate if it is DCT encoded (JPEGs).
Image implementation just outputs its raw content to an OutputStream. Filtering is done by the XObject.
Image implementation can now indicate which filter set to use (for encoding optimizations like for JPEGs)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196162 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/pdf/PDFImage.java