From 62cc97c48ad807b3bdb48ce5f2036e4bf98685fe Mon Sep 17 00:00:00 2001 From: Lerold Date: Thu, 30 Jan 2025 14:06:55 +0100 Subject: [PATCH] Added punctuation. --- Create-a-custom-splash-screen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Create-a-custom-splash-screen.md b/Create-a-custom-splash-screen.md index f2bde4f..804c830 100644 --- a/Create-a-custom-splash-screen.md +++ b/Create-a-custom-splash-screen.md @@ -53,6 +53,6 @@ If it is saying '8-bit', you're good. It's the number of bits by color component > [!TIP] > If you have save the image via a different program and it looks right when using the `identify` command above, try to convert it again with [ImageMagick](imagemagick.org) following the instructions above. ## Limitations -- image have to be a 24 bits bitmap -- width have to be exactly 240 pixels wide +- image have to be a 24 bits bitmap. +- width have to be exactly 240 pixels wide. - height have to be in the [ 1 , 304 ] range. Any additional lines will be cut. \ No newline at end of file