[PARTIALLY SOLVED] Region problem
Posted: 2018-12-04T03:54:43-07:00
I was trying to resize a region inside an image, but with no luck.
When I use the following command:
instead of
as shown here: https://imagemagick.org/Usage/masking/#region_internals what I get is
.
It doesn't resize only the region, but the whole image.
I tried this one too: https://imagemagick.org/Usage/masking/#region_warping, but what I got as result was:

What I want to ultimately achieve is to pixelize faces in an image.
I am under Windows 10 and have tried using v7.0.8-15-Q16-x64, v7.0.8-15-Q16-HDRI-x64 (either dll and static) and v6.9.10-15-Q16-x64 (only dll).
TIA,
Basile [:|]
When I use the following command:
Code: Select all
magick convert koala.gif -region 30x30+10+10 -resize 150% -fill red -colorize 30% koala_2.gif
as shown here: https://imagemagick.org/Usage/masking/#region_internals what I get is
.It doesn't resize only the region, but the whole image.
I tried this one too: https://imagemagick.org/Usage/masking/#region_warping, but what I got as result was:

What I want to ultimately achieve is to pixelize faces in an image.
I am under Windows 10 and have tried using v7.0.8-15-Q16-x64, v7.0.8-15-Q16-HDRI-x64 (either dll and static) and v6.9.10-15-Q16-x64 (only dll).
TIA,
Basile [:|]