mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# convert
|
|
|
|
> This command is an alias of `magick convert`.
|
|
> Note: This alias is deprecated since ImageMagick 7. It has been replaced by `magick`.
|
|
> Use `magick convert` if you need to use the old tool in versions 7+.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr magick convert`
|