Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236322 | 15 | Alexander Matveev | P3 | Resolved | Fixed | team |
I am trying to customize a DMG built with jpackage.
I have therefore placed two images into the configured resource folder.
myApp-background.png
myApp-background@2x.png
The assumption is that when you open the DMG on a Mac with a retina display, it should automatically use the @2x-version of the file in order to get a clear and crisp rendering.
But this does not work because jpackage only picks up the first file from the
resource folder but not the second one. So this file is never copied into the
DMG and thus the rendering of the image on a retina display does not look nice.
I have therefore placed two images into the configured resource folder.
myApp-background.png
myApp-background@2x.png
The assumption is that when you open the DMG on a Mac with a retina display, it should automatically use the @2x-version of the file in order to get a clear and crisp rendering.
But this does not work because jpackage only picks up the first file from the
resource folder but not the second one. So this file is never copied into the
DMG and thus the rendering of the image on a retina display does not look nice.
- backported by
-
JDK-8236322 [dmg] Change DMG background image to TIFF
-
- Resolved
-
- relates to
-
JDK-8235954 [dmg] Default DMG background tiff of jpackage not retina ready
-
- Resolved
-