|
Hello,
I just noticed that starting from a PointSelection
run("Enlarge...", "enlarge=1 pixel");
run("Enlarge...", "enlarge=1 pixel");
does not result in the same Selection as
run("Enlarge...", "enlarge=2 pixel");
While the first one gives out a rectangular selection, the second one gives a more circular one.
Is that intended?
Best of Regards
Winfried Wurm
|