mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 22:23:50 +00:00
Fixed formating
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user