X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Finstall4j%2FDMG_background_image_creation_README.md;fp=utils%2Finstall4j%2FDMG_background_image_creation_README.md;h=fceb9c54158a058203afc5bba73b61cb5595d93b;hb=0bfbb0272241e40244d0e32cd7ea66108c8590b4;hp=2867196fa11e6bb780389a097cfded855376ebea;hpb=0fd7ab01e0f117c2ebe8cdcc54f86ff44507c940;p=jalview.git diff --git a/utils/install4j/DMG_background_image_creation_README.md b/utils/install4j/DMG_background_image_creation_README.md index 2867196..fceb9c5 100644 --- a/utils/install4j/DMG_background_image_creation_README.md +++ b/utils/install4j/DMG_background_image_creation_README.md @@ -9,3 +9,6 @@ The exported PNG can have the 96 DPI metadata changed using GIMP or ImageMagick. convert -units PixelsPerInch jalview_dmg_background_blur.png -density 72 jalview_dmg_background_blur_72dpi.png ``` The final image should be saved as `jalview_dmg_background.png` (which the above `convert` command will do) as this is the filename set in the `install4j8_template.install4j` file to include in the final DMG. + +# Non-release background `jalview_dmg_background-NON-RELEASE.png` +This is created in much the same way with `jalview_dmg_background-NON-RELEASE.svg` and is used as a more generic background for non-release versions where the "Jalview Test" (or "Jalview Develop" etc) application icon is placed in the first available slot in the Finder window. We cannot position these unless we create a DS_Store specifically for each possible applicaiton name. The Applications folder link and Uninstall applications are positioned as these names are fixed.