The ____ feature reduces the block-like edges in the selection border and adjusts the selection further toward the edges of the image.

a. Adjust Changes
b. Scale Changes
c. Auto-Enhance
d. Feather-Edge


c. Auto-Enhance

Computer Science & Information Technology

You might also like to view...

Which of the following lines would be the prototype for an overloaded cast operator function that converts an object of user-defined type Time into a double?

a. Time::operator double() const; b. Time::static_cast double() const; c. Time::operator_cast(double) const; d. Time::double() const;

Computer Science & Information Technology

Which of the following statements is false?

a. If a class does not define constructors, the compiler provides a default constructor with no parameters. b. If you declare a constructor for a class, the compiler will not create a default constructor for that class. c. The UML models constructors in the third compartment of a class diagram. d. To distinguish a constructor from a class’s operations, the UML places the word “constructor” between double quotes before the constructor’s name.

Computer Science & Information Technology

To use the template function copy, the program must include the statement ____.

A. #include B. #include C. #include D. #include

Computer Science & Information Technology

if the statement call calcnet(decnetpay) passes the variable's address, the variable is said to be passed _______.

a. by address b. by content c. by reference d. by value

Computer Science & Information Technology