i’ve got a polygon on the default image, and the selected polygon.
How can i copy the polygon or the selection, or how can i draw the same polygon on a new image?
Thanks for your help!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After drawing a selection in one image, you can copy that selection to a second image by activating the second image window, then running the
Restore Selectioncommand. It lives in theSelectionsubmenu of theEditmenu. You can also execute it using the shortcut Ctrl+Shift+E (or Cmd+Shift+E on OS X).If you want to actually bake the polygon into the image itself, you can use the
Flattencommand in theOverlaysubmenu of theImagemenu. And the shortcut for that Ctrl+Shift+F (or Cmd+Shift+F on OS X).