What selection tool is the least efficient in selecting irregular areas of an image?

What will be an ideal response?


The Marquee tool, having the ability to only select within defined shape areas, such as a rectangle or an ellipse, is the least efficient.

Computer Science & Information Technology

You might also like to view...

A(n) Address Block is an example of a(n) ________ field

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the Story Editor? How is it used, and how does it make editing easier?

What will be an ideal response?

Computer Science & Information Technology

When you click the Decrease Font Size button, Excel assigns the next highest font size in the Font Size gallery.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the following code that defines the push method for the array-based stack, what is the missing code? def push (self, item): self.size += 1

A. self.items += 1 B. self.items[len(self)] = item C. items[size] = len(self.item) D. item = self.items[self.size + 1]

Computer Science & Information Technology