Answer the following statement(s) true (T) or false (F)
1. You can use the Camera Raw plug-in to save images in a camera raw format. _________________________
2. When using the Targeted Adjustment Tool in the Camera Raw dialog box, dragging up in an area of an image decreases the value of colors that are located in that area. _________________________
3. Among the Camera Raw workflow options, the Resolution setting does not affect the pixel dimensions. _________________________
4. When you click the Open Object button at the bottom of the Camera Raw dialog box, the changes are saved in an XMP file, and the Camera Raw dialog box closes without a copy of the image being opened in Photoshop. _________________________
1. FALSE
2. FALSE
3. TRUE
4. FALSE
You might also like to view...
In the Outline/Slides pane, the slide number beside the thumbnail of a hidden slide has a:
A) red X covering it. B) solid line surrounding it. C) diagonal line through it. D) dashed line surrounding it.
What is the output of the following segment of code?
int *p; p = new int; *p = 7; cout << *p; a) 0 b) 7 c) there will be an error message d) we cannot tell because we do not know what memory address will be assigned to p