mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 07:36:08 +00:00
PDF Export - separate smoothed and not smoothed bitmaps - cache separately
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user