Enlarge Selection

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Enlarge Selection

Winfried Wurm
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