diff --git a/content/posts/2025/images/magick-get-by-color.md b/content/posts/2025/images/magick-get-by-color.md new file mode 100644 index 0000000..87101ce --- /dev/null +++ b/content/posts/2025/images/magick-get-by-color.md @@ -0,0 +1,10 @@ +--- +title: "🖌️ ImageMagick: Вырезка из изображения по цвету" +date: 2025-04-20T00:56:23+03:00 +draft: false +tags: [tips, images] +--- + +```sh +magick image.webp -channel rgba -fuzz 20% -fill none +opaque black result.png +```