docs: clarify ImageMagick version requirement

Closes https://github.com/yazi-rs/plugins/issues/140
This commit is contained in:
sxyazi
2025-07-20 16:56:28 +08:00
parent 5d726c063d
commit 1ab21d43c7

View File

@@ -7,7 +7,7 @@ Enlarge or shrink the preview image of a file, which is useful for magnifying sm
Supported formats:
- Images - [ImageMagick](https://imagemagick.org/) is required
- Images - requires [ImageMagick](https://imagemagick.org/) (>= 7.1.1)
Note that, the maximum size of enlarged images is limited by the [`max_width`][max_width] and [`max_height`][max_height] configuration options, so you may need to increase them as needed.