public class DCTFilter extends NullFilter
DCT Filter class. Right now it is just used as a dummy filter flag so we can write JPG images to the PDF. The encode method just returns the data passed to it. In the future an actual JPEG compression should be added to the encode method so other images can be compressed.
This work was authored by Eric Dalquist.
Constructor and Description |
---|
DCTFilter() |
Modifier and Type | Method and Description |
---|---|
PDFObject |
getDecodeParms()
Get the decode params for this filter.
|
java.lang.String |
getName()
Get filter name.
|
applyFilter
isApplied, isASCIIFilter, setApplied
public java.lang.String getName()
getName
in class NullFilter
public PDFObject getDecodeParms()
getDecodeParms
in class NullFilter
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.