Skip to content

Commit

Permalink
Merge pull request #613 from Dasharo/Psotas-fix-boot-logo-replacment-…
Browse files Browse the repository at this point in the history
…instructions

fix docs/guides/logo-customization.md required resolution is recommended
  • Loading branch information
miczyg1 authored Jul 19, 2023
2 parents 735d5f3 + cefe8d3 commit cd789d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/guides/logo-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ replacing the logo.
The image file must fulfill a number of requirements:

- Bitmap (BMP file)
- up to 577×432 resolution
- Recommended resolution up to 577×432, but can be higher if it fits in the
`BOOTSPLASH` region.
- indexed or 24bit RGB colors
- uncompressed
- preferably containing a simple logo on a black background with no additional
padding.
- make sure it is properly formatted. To be sure, use the command:
`convert -background None custom_logo.bmp BMP3:logo.bmp`

```bash
convert -background None custom_logo.bmp BMP3:logo.bmp
```

## Replace logo in an existing image

Expand Down

0 comments on commit cd789d8

Please sign in to comment.