JAL-3594 Added rotating logo png
[jalview.git] / utils / install4j / README_convert_PNG_to_ICNS_and_ICO
index b50eb1a..cf71c06 100644 (file)
@@ -27,5 +27,5 @@ This icon is used by the web services progress window, with the rotating Jalview
 It requires some small margin of white pixels around the logo to enable antialiasing around the edge of the logo.
 You can make one form a 48x48 transparent logo with
 ```
-convert jalview_logo-48.png -gravity center -background white -extent 60x60 rotatable_jalview_logo-48.png
+convert jalview_logo-38.png -gravity center -background white -extent 60x60 rotatable_jalview_logo-38.png
 ```