Skip to content

Commit ed5e7b2

Browse files
committed
feat: updated phoenix image
1 parent d08047e commit ed5e7b2

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

resources/README.md

+29-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,41 @@
11
## AI Generated Images
22

3-
The phoenix logo and icons used in this app were AI-generated using
4-
Canva's [Text to Image](https://www.canva.com/your-apps/text-to-image) app.
3+
The phoenix logo and icons used in this app were AI-generated using ChatGPT and DALL-E.
54

6-
Canva's [AI Product Terms](https://www.canva.com/policies/ai-product-terms/).
5+
See [prompts](#ai-prompts) for full details.
76

87
## Convert .png to .icns and .ico
98

109
[Install ImageMagick](https://imagemagick.org/script/download.php)
1110

1211
```shell
13-
convert phoenix.png -resize 512x512 -define icns:format=icns icon.icns
14-
convert phoenix.png -resize 256x256 -define ico:format=ico icon.ico
15-
convert phoenix.png -define png:format=png icon.png
12+
magick phoenix.png -resize 512x512 -define icns:format=icns icon.icns
13+
magick phoenix.png -resize 256x256 -define ico:format=ico icon.ico
14+
magick phoenix.png -define png:format=png icon.png
1615

1716
mv ./icon.* ../build
1817
```
18+
19+
## AI Prompts
20+
21+
Prompt created by ChatGPT-4o on August 29, 2024.
22+
23+
https://openai.com/policies/terms-of-use/
24+
25+
### Prompt 1
26+
27+
"I'm developing a high fantasy medieval role playing game.
28+
The logo for this game will be a red fiery phoenix.
29+
Your goal is to describe the phoenix for an AI image generator to then generate said phoenix."
30+
31+
### Response 1
32+
33+
"A majestic red fiery phoenix with large, outstretched wings. The phoenix's feathers are a vibrant mix of deep crimson and bright orange, giving the impression of flames. The tail feathers are long, flowing, and resemble trails of fire, with glowing embers falling from them. Its eyes are intense, burning with a golden hue, and its beak is sharp and slightly curved. The body is sleek and muscular, with flames flickering around its form, especially along the wings and tail. The background is a dark, starry sky, contrasting with the phoenix's bright, fiery aura. The overall style should be bold, dynamic, and mythical, evoking the high fantasy medieval theme."
34+
35+
### Prompt 2
36+
37+
"Great, using your description, please generate said image of the phoenix."
38+
39+
### Response 2:
40+
41+
Generated phoenix image.

resources/icon.icns

156 KB
Binary file not shown.

resources/icon.ico

32.2 KB
Binary file not shown.

resources/icon.png

1.81 MB
Loading

resources/phoenix.png

1.91 MB
Loading

0 commit comments

Comments
 (0)