From: Ben Soares Date: Wed, 8 Jan 2020 10:21:04 +0000 (+0000) Subject: JAL-3393 Improved background image, SVG file, and added instructions on how the image... X-Git-Tag: Develop-2_11_2_0-d20201215~80^2~28^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4b4c20c8174c8dd81b7f97601c5279cc216788c7;p=jalview.git JAL-3393 Improved background image, SVG file, and added instructions on how the image is made --- diff --git a/utils/install4j/DMG_background_image_creation_README.md b/utils/install4j/DMG_background_image_creation_README.md index c37b35e..2867196 100644 --- a/utils/install4j/DMG_background_image_creation_README.md +++ b/utils/install4j/DMG_background_image_creation_README.md @@ -6,6 +6,6 @@ The most recent `jalview_dmg_background.png` (with blurry faded tiled Jalview lo The exported PNG can have the 96 DPI metadata changed using GIMP or ImageMagick. Here is how to do it on the command line with ImageMagick: ``` -convert -units PixelsPerInch jalview_dmg_background_blur.png -density 72 jalview_dmg_background.png +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. diff --git a/utils/install4j/jalview_dmg_background_blur_72dpi.png b/utils/install4j/jalview_dmg_background_blur_72dpi.png new file mode 100644 index 0000000..b7c34c1 Binary files /dev/null and b/utils/install4j/jalview_dmg_background_blur_72dpi.png differ