cut by color from image
This commit is contained in:
parent
738927557c
commit
35f2911f36
10
content/posts/2025/images/magick-get-by-color.md
Normal file
10
content/posts/2025/images/magick-get-by-color.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user