Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8099459 Optimize image loading and thumbnail creation
  3. JDK-8100248

Improve performance and memory usage of scaling algorithm used in ImageLoader

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • P3
    • fx1.3
    • fx1.2
    • javafx
    • None

    Description

      The multi-step downscaling algorithm used in ImageLoader produces high-quality results but it creates lots of intermediate BufferedImages along the way, which places a burden on the GC. We should try a different algorithm that does the scaling in-place (meaning one that reuses the source raster) to eliminate the need for intermediate images and improve performance.

      Attachments

        Activity

          People

            bpb Brian Burkhalter
            campbell Christopher Campbell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: