Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add application logo for Dolphin Memory Engine. #84

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

cristian64
Copy link
Collaborator

It is a minimalist RAM module designed in Inkscape 1.1.2. The color gradient has been naturally borrowed from the Dolphin Emulator logo.

Dolphin Memory Engine - Logo (128x128)

The .ico file for the Windows binary executable has been produced with ImageMagick 6.9.11-60, after rasterizing the logo to a number of resolutions with Inkscape:

inkscape -z -w 16 -h 16 logo.svg -o logo_16.png
inkscape -z -w 24 -h 24 logo.svg -o logo_24.png
inkscape -z -w 32 -h 32 logo.svg -o logo_32.png
inkscape -z -w 48 -h 48 logo.svg -o logo_48.png
inkscape -z -w 64 -h 64 logo.svg -o logo_64.png
inkscape -z -w 128 -h 128 logo.svg -o logo_128.png
inkscape -z -w 256 -h 256 logo.svg -o logo_256.png

convert \
    logo_16.png \
    logo_24.png \
    logo_32.png \
    logo_48.png \
    logo_64.png \
    logo_128.png \
    logo_256.png \
    logo.ico

It is a minimalist RAM module designed in Inkscape 1.1.2. The color
gradient has been naturally borrowed from the Dolphin Emulator logo.

![Dolphin Memory Engine - Logo (128x128)](https://github.com/aldelaro5/Dolphin-memory-engine/assets/1853278/14d4086d-0223-4b92-a6f1-ac6b11b17a98)

The `.ico` file for the Windows binary executable has been produced with
ImageMagick 6.9.11-60, after rasterizing the logo to a number of
resolutions with Inkscape:

```shell
inkscape -z -w 16 -h 16 logo.svg -o logo_16.png
inkscape -z -w 24 -h 24 logo.svg -o logo_24.png
inkscape -z -w 32 -h 32 logo.svg -o logo_32.png
inkscape -z -w 48 -h 48 logo.svg -o logo_48.png
inkscape -z -w 64 -h 64 logo.svg -o logo_64.png
inkscape -z -w 128 -h 128 logo.svg -o logo_128.png
inkscape -z -w 256 -h 256 logo.svg -o logo_256.png

convert \
    logo_16.png \
    logo_24.png \
    logo_32.png \
    logo_48.png \
    logo_64.png \
    logo_128.png \
    logo_256.png \
    logo.ico
```
@dreamsyntax
Copy link
Collaborator

I was thinking about doing something similar like this. I love the result, especially since you used Dolphin color gradient. Thanks!

@dreamsyntax dreamsyntax merged commit 5d1b88f into aldelaro5:master Nov 4, 2023
3 checks passed
@dreamsyntax dreamsyntax mentioned this pull request Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants