+region
Posted: 2018-02-03T00:34:27-07:00
What should happen? All I expect is setting and then unsetting a region:
Here's what version "7.0.7-15 Q16 x86_64 2018-01-17" thinks of it on Centos 6.9; no image is written:
Rick
Code: Select all
magick -size 100x100 xc:black -region 40x40+20+20 +region badregion.png
The doc for +region just says this:magick: invalid argument for option '+region' '(null)' at CLI arg 6 @ error/operation.c/CLISimpleOperatorImage/3119.
Without the +region all goes as expected.Use +region to remove any previously set regions.
Rick