Critical Thinking QuestionsCase B-1Lucia has found a beautiful old photograph of her great-grandmother, and wants to use it to make a Mother's Day gift for her mom and grandma. She decides to frame the photo after giving it a vignette effect. In order to soften the edges of the vignette effect, which of the following should Lucia use?

A. aliasing
B. feathering
C. rasterizing
D. fading


Answer: B

Computer Science & Information Technology

You might also like to view...

The java.lang.Number and its subclasses are introduced in Chapter 11 . Analyze the following code.

```Number numberRef = new Integer(0); Double doubleRef = (Double)numberRef;``` Which of the following statements is correct? a. There is no such class named Integer. You should use the class Int. b. The compiler detects that numberRef is not an instance of Double. c. A runtime class casting exception occurs, since numberRef is not an instance of Double. d. The program runs fine, since Integer is a subclass of Double. e. You can convert an int to double, so you can cast an Integer instance to a Double instance.

Computer Science & Information Technology

A ________ allows visitors to add, remove, or edit its content

A) podcast B) blog C) chat D) wiki

Computer Science & Information Technology

How are Balloons default settings deletions formatted?

A) bolded B) struck out with a line C) italicized D) underlined

Computer Science & Information Technology

A method of communication between two electronic devices over the web is known as a(n) ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology