Move to svelter icon.

It seems weird to have a 74K icon for a Forth.
Moving to a lower res one in same vein without the rescaling.
This commit is contained in:
Brad Nelson
2024-05-05 09:42:41 -07:00
parent 3f6c7d1dbe
commit d4a87d3b00
5 changed files with 2 additions and 8 deletions

BIN
images/eforth.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

BIN
images/eforth.xcf Executable file

Binary file not shown.

View File

@ -55,7 +55,7 @@ DEPLOY_ITEMS += [
if WINDOWS_ENABLED:
DEPLOY_ITEMS += [
Copy('$dst/deploy/static/favicon.ico', '$dst/resources/eforth.ico'),
Copy('$dst/deploy/static/favicon.ico', 'images/eforth.ico'),
]
Alias('site', ' '.join(DEPLOY_ITEMS))

View File

@ -52,13 +52,7 @@ LinkW64('$dst/windows/uEf64.exe',
'$dst/resources/ueforth_res64.res']))
# Create icon.
ICON_SIZES = [
ResizeImage('$dst/resources/eforth16x16.png', '$src/images/eforth.png', '16x16'),
ResizeImage('$dst/resources/eforth32x32.png', '$src/images/eforth.png', '32x32'),
ResizeImage('$dst/resources/eforth48x48.png', '$src/images/eforth.png', '48x48'),
ResizeImage('$dst/resources/eforth256x256.png', '$src/images/eforth.png', '256x256'),
]
ConvertImage('$dst/resources/eforth.ico', ' '.join(ICON_SIZES))
Copy('$dst/resources/eforth.ico', 'images/eforth.ico')
CompileResource32('$dst/resources/ueforth_res32.res', '$src/windows/ueforth.rc',
implicit=['$dst/resources/eforth.ico'])
CompileResource64('$dst/resources/ueforth_res64.res', '$src/windows/ueforth.rc',