mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
add legacy ImageMagick command for ICO convert (#5638)
This commit is contained in:
committed by
Hugo Locurcio
parent
71c74f9c3c
commit
26190a05c3
@@ -25,6 +25,12 @@ using this `ImageMagick <https://www.imagemagick.org/>`_ command:
|
||||
|
||||
magick convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico
|
||||
|
||||
Depending on which version of ImageMagick you installed, you might need to leave out the ``magick`` and run this command instead:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
convert icon.png -define icon:auto-resize=256,128,64,48,32,16 icon.ico
|
||||
|
||||
.. warning::
|
||||
|
||||
For the ICO file to effectively replace the default Godot icon, it must
|
||||
|
||||
Reference in New Issue
Block a user