Fixed formating

Lerold
2025-01-30 14:07:59 +01:00
parent 62cc97c48a
commit 0e881fd7ff

@@ -21,9 +21,7 @@ You can of course use https://hackrf.app/ to upload them directly to SPLASH dire
Use your favorite picture editor to adjust size, or use "convert" from [ImageMagick](imagemagick.org), which is a powerful image manipulation tool. It is open source and available for all common operating systems.
> [!NOTE]
> From version 7 of [ImageMagick](imagemagick.org) you will get a warning when running with `convert` or `magick convert` saying that the command is depricated and you should now use `magick` only
> `WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"`
### To just scale the picture down, use:
> From version 7 of [ImageMagick](imagemagick.org) you will get a warning when running with `convert` or `magick convert` saying that the command is depricated and you should now use `magick` only.
```
$ convert source.jpg -resize 240x304 destination.bmp
```