PDF Export - separate smoothed and not smoothed bitmaps - cache separately

This commit is contained in:
Jindra Petřík
2022-11-02 17:47:29 +01:00
parent ae88f5d9b7
commit 02f98068fb
5 changed files with 57 additions and 8 deletions

View File

@@ -88,6 +88,10 @@ public class PDFImage extends PDFStream implements ImageObserver, Serializable {
this(img, null, false);
}
public boolean isInterpolate() {
return interpolate;
}
/**
* Creates a new <code>PDFImage</code> instance.
*