List and briefly describe at least four general guidelines to follow as you edit a photo.

What will be an ideal response?


1. Find an appropriate image or photo. Keep in mind the purpose and the graphic needs of the project when choosing an image or photo. Decide ahead of time on the file type and determine whether the image will be used on the Web. An eye-catching graphic image should convey a universal theme. The photo should grab the attention of viewers and draw them into the picture, whether in print or on the Web.
2. Determine how to edit the photo to highlight the theme. As you edit, use standard design principles, and keep in mind your subject, your audience, the required size and shape of the graphic, color decisions, the rule of thirds, the golden rectangle, and other design principles. Decide which parts of the photo portray your message and which parts are visual clutter. Crop the photo as needed.
3. Identify finishing touches that will further enhance the photo. The overall appearance of a photo significantly affects its ability to communicate clearly. You might want to add text or a border.
4. Prepare for publication. Resize the photo as needed to fi t the allotted space. Save the photo on a storage medium, such as a hard drive, USB fl ash drive, or CD. Print the photo or publish it to the Web.

Computer Science & Information Technology

You might also like to view...

The output of this program will be:

Consider the program below: ``` public class Test { public static void main(String[] args) { int[] a; a = new int[10]; for (int i = 0; i < a.length; i++) { a[i] = i + 2; } int result = 0; for (int i = 0; i < a.length; i++) { result += a[i]; } System.out.printf("Result is: %d%n", result); } } ``` a. Result is: 62. b. Result is: 64. c. Result is: 65. d. Result is: 67.

Computer Science & Information Technology

The forward slash at the end of an empty element is required.

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

Computer Science & Information Technology

The table to which records are appended

a. Destination table b. Source table c. Paste destination

Computer Science & Information Technology

When a slide is selected in Slide Sorter view, a(n) ________ surrounds the slide, indicating it is selected

A) dotted line B) dashed line C) outline D) circle

Computer Science & Information Technology