images:cut_image_background
Differences
This shows you the differences between two versions of the page.
images:cut_image_background [2017/03/09 14:48] – created peter | images:cut_image_background [2019/11/29 16:26] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Images - Cut Image Background ====== | ||
- | Using ImageMagick, | ||
- | |||
- | <code bash> | ||
- | ORIG_IMAGE_NAME=green.jpg; | ||
- | NEW_IMAGE_NAME=green-trans.png; | ||
- | TMP_COLOR=`convert $ORIG_IMAGE_NAME -crop 1x1+0+0 txt:- | sed -n ' | ||
- | convert $ORIG_IMAGE_NAME -bordercolor $TMP_COLOR -border 1x1 -alpha set -channel RGBA -fuzz 30% -fill none -floodfill +0+0 $TMP_COLOR -shave 1x1 $NEW_IMAGE_NAME | ||
- | </ | ||
- | Just change the first to vars. You can also adjust the fuzz percentage if needed. |
images/cut_image_background.1489070909.txt.gz · Last modified: 2020/07/15 09:30 (external edit)