2022-05-09 10:31:45 -04:00

12 lines
520 B
Plaintext

how to create the app's icon
============================
orig from (no longer available) https://www.flaticon.com/free-icon/glass-with-wine_33529
get this image, color=black, at each of these sizes: 16,32,64,128,256
from this answer: https://stackoverflow.com/a/16922387
install image magick. in the install process, check legacy support (necessary for "convert")
go to the install dir: C:\Program Files\ImageMagick...
run the convert method from the stackoverflow example
run cmd
drag/drop convert.exe into cmd
...