How and when do I use images?

From LitWiki
Picture worth 1000 words

"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 they also 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 images, when used properly, greatly enhance digital writing and other text-centric media. A critical technical skill for New Media and Communications majors is how to use images in popular media. The critical artistic skill is when, or why, to use images.

When to use images

Good design and what it looks like

Deliberately choose images which emphasize and support your subject. Photographs and graphics each have strengths and weaknesses, and neither is always the right choice for a given application. 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.Cite error: Closing </ref> missing for <ref> tag:=====

  • 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 are best when[5]:
  • 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)

Consider images you have seen 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?[6] Consider ocean images. How does a wide landscape image compare to a portrait image of the water, especially with a beach or wave?

Illustrations vs Photographs

Illustrations and photographs have two very different feels. It is important to consider your subject matter when deciding on the type of picture you are going to use.

Illustrations are best when[7]:
  • 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 are best when[8]:
  • you want to depict something literally
  • selling a product
  • creating a sense of reality or professionalism

Tone and subjects of images

Images can cause intense emotions very easily. It is important that you use images that emphasize the tone of your message. E.g., when writing about a happy occasion don't have sad people in your photographs or use "dark purple" tinted images[9]. Think long and carefully before you make a decision or have someone give you their impressions of a photo before using it.


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 digital media. Despite their importance, they remain elusive to use for many. How varies between platforms; HTML and WordPress are among the most common so you'll find below how to use images for each. Click on the images for graphical examples of some steps.

HTML

HTML uses the <img> tag for marking up a document to include an image.[10] Images are included through the use of the image's URL. Usage Examples:

ALT means alternative text. If an image becomes unavailable, the text tells the viewer what the image would have been. For vision impaired users, the alt text is used by the screen reader software to describe the image.[11]

Note: It is not recommended to use the width and height attributes. If the image is smaller than the coded dimensions, the image will be enlarged, possibly deformed. If the image is significantly larger then the full-sized image will be downloaded. A common mistake is to take a very large image and use the width and height attributes to make it appear smaller.[12]


WordPress

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

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