File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Find study spaces at the University of Michigan, Ann Arbor
4
4
5
+ ## Image Format Guidelines
6
+
7
+ ### File Format Requirement
8
+
9
+ All images in ` images/buildings/ ` and ` images/areas ` must be JPEG files.
10
+
11
+ ### Image Size Recommendations
12
+
13
+ * ` images/buildings/*.jpeg ` needs to be at least 200x200px
14
+ * ` images/areas/*.jpeg ` needs to be at least 600x400px
15
+
16
+ ### Aspect Ratio Recommendations
17
+
18
+ * ` images/buildings/*.jpeg ` needs an aspect ratio of 1:1 (square)
19
+ * ` images/areas/*.jpeg ` needs an aspect ratio of 1.5:1 (width is 1.5 times longer than height)
20
+
21
+ If an image does not meet the above recommended aspect ratios, they will be scaled and cropped dynamically.
22
+
5
23
## Generate Image Assets
6
24
7
25
Run the ` generate_images.sh ` to convert jpeg images in ` images/ ` folder to webp images.
@@ -30,6 +48,7 @@ of icons packaged:
30
48
2 . Reference this guide for more details: https://medium.com/codechai/how-to-use-custom-icons-in-flutter-834a079d977
31
49
32
50
## Generate App Name
51
+
33
52
Run ` ./generate_app_name.sh ` to generate new app names for Android, iOS, and Web.
34
53
35
54
## Generate App and Web Icons Locally
You can’t perform that action at this time.
0 commit comments