Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Cannot Reproduce
-
Affects Version/s: 8u5
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Environment:
MacBook Pro 15 Retina, OS X
-
Subcomponent:
Description
I have a image that is 10000x6800 in a ImageView the frame rate drops to 3fps. At with:
Image contextImage = new Image(
App.class.getResource("images/Render4k.png").toExternalForm(),
4096,4096,true,true);
It goes back to 55fps. Seems like this should not be that slow. at 5000px wide its 48-53fps.
Image contextImage = new Image(
App.class.getResource("images/Render4k.png").toExternalForm(),
4096,4096,true,true);
It goes back to 55fps. Seems like this should not be that slow. at 5000px wide its 48-53fps.