JAL-3393 Improved background image, SVG file, and added instructions on how the image...
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 8 Jan 2020 10:21:04 +0000 (10:21 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 8 Jan 2020 10:21:04 +0000 (10:21 +0000)
utils/install4j/DMG_background_image_creation_README.md
utils/install4j/jalview_dmg_background_blur_72dpi.png [new file with mode: 0644]

index c37b35e..2867196 100644 (file)
@@ -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 (file)
index 0000000..b7c34c1
Binary files /dev/null and b/utils/install4j/jalview_dmg_background_blur_72dpi.png differ