This enhancement request was split from JDK-8267565.
JavaFX currently supports the "@2x" high-density image naming convention, and withJDK-8267565, will support "@3x" and higher.
For symmetry, some image collections also use a suffix of "@1x" for the base resolution image. We should add support for such named images as a fallback if an image without any suffix cannot be found. Unlike images for resolutions of 2x and greater, we should prefer an image with no suffix to one with a suffix of "@1x".
JavaFX currently supports the "@2x" high-density image naming convention, and with
For symmetry, some image collections also use a suffix of "@1x" for the base resolution image. We should add support for such named images as a fallback if an image without any suffix cannot be found. Unlike images for resolutions of 2x and greater, we should prefer an image with no suffix to one with a suffix of "@1x".
- relates to
-
JDK-8342530 Specifying "@Nx" scaling level in ImageStorage should only load that specific level
- Open
-
JDK-8267565 Support "@3x" and greater high-density image naming convention
- Resolved
- links to
-
Commit(master) openjdk/jfx/e128382f
-
Review(master) openjdk/jfx/1598