-
Enhancement
-
Resolution: Fixed
-
P3
-
jfx11, 8u131, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221844 | 8u221 | Ambarish Rapte | P3 | Resolved | Fixed | b02 |
JDK-8222892 | 8u212 | Ambarish Rapte | P3 | Closed | Fixed | b32 |
Usage of a function:
public void drawImage(Image img, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh)
of class javafx.scene.canvas.GraphicsContext
results to a smoothing of original image when using different zoom levels. At an application it is essential to see the original content of an image.
So, is there a way to disable that smoothing and any other filtering?
Reloading the image should not be required.
- backported by
-
JDK-8221844 [Canvas] Add API in GraphicsContext to control image smoothing
- Resolved
-
JDK-8222892 [Canvas] Add API in GraphicsContext to control image smoothing
- Closed
- csr for
-
JDK-8213783 [Canvas] Add API in GraphicsContext to control image smoothing
- Closed
- duplicates
-
JDK-8091877 GraphicsContext - should allow to control interpolation when drawing images
- Closed
-
JDK-8192965 Drawing Scaled Images on Canvas without interpolation
- Closed
- relates to
-
JDK-8211861 ImageView.setSmooth(false) does not work
- Open
-
JDK-8214508 [TestBug] [Canvas] Add missing test image.
- Resolved
-
JDK-8266314 Add property to Canvas to control antialiasing when transformed
- Open