]> source.dussan.org Git - xmlgraphics-fop.git/commit
Patch to handle direct embedding of jpeg images into pdf
authorKeiron Liddle <keiron@apache.org>
Tue, 18 Sep 2001 08:17:08 +0000 (08:17 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 18 Sep 2001 08:17:08 +0000 (08:17 +0000)
commitc2b9bd06f74bdbb50b51297eb355bba5e0d83708
tree7d933418e5447735a4d4d43124ea7822af34754e
parentab48baaa46dc79d8ed211a4141f4a7fd933fb3c6
Patch to handle direct embedding of jpeg images into pdf
Submitted by: Eric Dalquist ebdalqui@mtu.edu
Reviewed by: Keiron

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194467 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/image/AbstractFopImage.java
src/org/apache/fop/image/FopImageFactory.java
src/org/apache/fop/image/GifImage.java [new file with mode: 0644]
src/org/apache/fop/image/GifJpegImage.java [deleted file]
src/org/apache/fop/image/JpegImage.java [new file with mode: 0644]
src/org/apache/fop/pdf/DCTFilter.java [new file with mode: 0644]
src/org/apache/fop/pdf/PDFXObject.java