Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093812

Images over max texture size are VERY SLOW

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • None
    • 8u5
    • javafx
    • MacBook Pro 15 Retina, OS X

      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.

            flar Jim Graham
            jasper Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: