File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ In order to create your own splashscreen image, before building,
2
+ overwrite the ` bootsplash.jpg ` with your own JPEG, using
3
+ * "Progressive" turned off, and
4
+ * "4:2:0 (chroma quartered)" Subsampling
5
+
6
+ You can use ` imagemagick ` to prepare the .jpg file using:
7
+ * ` mogrify logo.jpg -interlace none <splashscreen> `
8
+ * ` mogrify logo.jpg -sampling-factor 4:2:0 <splashscreen> `
9
+ * ` convert <splashscreen> -resize 1024x768! <splashscreen> # optional, but converts image size to match screen dimensions `
10
+
11
+ ` ImageMagick ` can also be used to convert images of another format into .jpg using the [ convert] ( https://imagemagick.org/script/convert.php ) tool.
12
+
13
+ ** Note** : replace ` <splashscreen> ` with the file name.
Original file line number Diff line number Diff line change @@ -273,8 +273,4 @@ for more details.
273
273
* `./build.sh` and choose the configuration you want to build
274
274
275
275
### replace the splashscreen image
276
- In order to create your own splashscreen image, before building,
277
- overwrite the `bootsplash.jpg` with your own JPEG, using
278
- * "Progressive" turned off, and
279
- * "4:2:0 (chroma quartered)" Subsampling
280
-
276
+ ![[common/doc/splashscreen.md]]
You can’t perform that action at this time.
0 commit comments