How and when do I use images?

From LitWiki
Error creating thumbnail: File missing

"The drawing shows me at one glance what might be spread over ten pages in a book."

Ivan S. Turgenev, Fathers and Sons, 1862[1]


Error creating thumbnail: File missing
Avoid sending the wrong message

Of the five senses, sight is perhaps the most important. Images impart vast amounts of information at a mere glance, hence the adage, "A picture is worth a thousand words".[2]

Images can demonstrate an idea, concept, or procedure much more efficiently than text alone. As an example, see below for images used in this manner. Images may convey or invoke emotions more effectively than text. Marketers prefer images to provoke action and desire for products; this is the primary reason commercial business prefers to send HTML emails to customers.[3]

This also means images can distract or send the wrong message when used carelessly or incorrectly. For instance, in 2013, food celebrity Martha Stewart found controversy by posting unsavory photos of food via Twitter.[4]

The important concept is that properly used images greatly enhance digital writing and other text-centric media. A critical technical skill for New Media and Communications majors is knowing how to incorporate images in popular media. The critical artistic skill is knowing when, or why, to use images.


When to use images

Good design and what it looks like

Choose images which emphasize and support your subject, or offer example. Photographs and graphics each have strengths and weaknesses. A good design is one that takes the overall thematic elements of a page, packaging, or product and incorporates those elements into a consistent unit.[5]

Illustrations vs Photographs

Illustrations and photographs are related but have two different purposes. Illustrations are wholly the product of imagination, and therefore can convey a broader range of expression. Photographs incorporate reality, and can more readily convey metaphor.[6][7]

Illustrations[8] are best when:
  • you want to create a sense of imagination
  • trying to "shake-up" a viewer (since illustrations are a deviation from the norm)
  • conveying a concept or abstract idea
Photographs[9] are best when:
  • you want to depict something literally
  • selling a product
  • creating a sense of reality or professionalism

Image Tone

Images can trigger intense emotions. Use images that reflect and emphasize the tone of your message. It is possible to use color to reflect tone or to set moods.[10]. Consistency is helped by keeping the color scheme and matching the images to a complement both the tone and overall site scheme.

Image Orientation

There are two main orientations of photos: horizontal (landscape) and vertical (portrait).

Error creating thumbnail: File missing
Error creating thumbnail: File missing
Horizontal images[11] are best when:
  • The subject is wider than it is tall
  • The photo has horizontal movement (this will "amplify the sense of movement" and causes the viewer to scan left to right)
  • To convey a sense of space (the image will seem larger because human vision is horizontally oriented)
Vertical Images[12] are best when:
  • The subject is taller than it is wide
  • To drive a viewer's eyes up and down or when there is vertical movement.
  • To focus attention and make a greater impact (since the viewer is not distracted by peripheral items, the feeling is more compact)
Example

Consider, for a moment, images of the Eiffel Tower. Are they more powerful when the image is vertical, or portrait, or when the tower is part of an overall landscape in a horizontal image?[13] Consider ocean images. How does a wide landscape image compare to a portrait image of the water, especially with a beach or wave?[14]

How to use images

"The image is more than an idea. It is a vortex or cluster of fused ideas and is endowed with energy." - Ezra Pound


Using images is a critical part of working with digital media. How to insert an image varies between platforms, and even different versions of the same platform. Because HTML and WordPress are among the most common places images will be used, here are how to use images for each. Click on the images for graphical examples of some steps.

HTML

HTML, or Hypertext Markup Language, is code behind the scenes which makes up a webpage. HTML uses the <img> tag for marking up a document to include an image.[15] Images are included through the use of the image's URL; in other words, where the image is on the internet or the webserver.[16]

Usage Examples:

ALT means alternative text. Alternate text gives a description of the image for screen reader software and for missing, broken, or unretrieved images.[17]

Note: Avoid setting width and height attributes. Image distortion will occur with small images, and large images will still take the same time to download as the full-size image.[18]


WordPress

Images can be added through uploading or inserted from a URL, or directly added by manually adding an image via HTML inside WordPress' source editor text box.[19][20]

Uploading

Error creating thumbnail: File missing
WordPress - Multiple File Uploader

Multiple Files To upload several files at once.

  • On the left side of the control panel, click Media.
  • Under Media click Add New.
  • Drag & Drop one or more images from your computer to inside the dashed box, or click the “Select Files” button in the center of the dashed box. Note: “Maximum upload file size” below the dashed box.



Error creating thumbnail: File missing
WordPress - Browser Uploader

Browser Uploader If the multi-file uploader is unavailable or isn't working:

  • Note the “Maximum upload file size”.
  • Click the browser uploader link under the dashed box.
  • Click the Browse... button
  • Select your file from your computer
  • Click Upload.


Error creating thumbnail: File missing
WordPress - Insert from URL

Insert from URL You may add images while you are creating a new post using the preceding methods or you may Insert from URL.

  • Click the “Add Media” button above the left top of the text box.
  • Click the Insert from URL link on the left.
  • Type or paste the image's URL into the top box.
  • Enter a caption under the image and enter the "Alt. Text".
  • Choose your alignment
  • Choose what happens when the image is clicked: Go to the original image, go to a custom URL (paste the custom URL into the box), or nothing.
  • Lastly, click the “Insert into Post” button at bottom right.

References