Skip to content

Commit

Permalink
fix: docs/guides/logo-customization.md add convert command
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Lasota <[email protected]>
  • Loading branch information
Psotas committed Jul 17, 2023
1 parent 0f826d8 commit debdfe2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guides/logo-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ The image file must fulfill a number of requirements:
- up to 577×432 resolution
- indexed or 24bit RGB colors
- uncompressed
- preferably containing a simple logo on a black background with no additional padding.
- 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`

## Replace logo in an existing image

Expand Down

0 comments on commit debdfe2

Please sign in to comment.