How and when do I use images?: Difference between revisions

From LitWiki
No edit summary
Line 1: Line 1:
==How to use images==
How to use an image varies between platforms.  HTML and WordPress are among the most common platforms, and have similar methods.
<h4>HTML</h4>
HTML uses the <img> tag for marking up a document to include an image.  Images are included through the use of the image's URL.
Minimal Use Structure: <img src=”where_online_to_find_the_image” />
Typical Use Structure: <img src=”where_online_to_find_the_image” alt=”Alternate text to be displayed when image isn't available or for screen readers.” align=”middle” width=”(# [pixels] or #%)” height=”(# [pixels] or #%)” />
Examples:
<img src=”http://www.website.com/images/image_url.jpg” alt=”Dogs and cats playing” align=”middle” width=”100” height=”50%” />
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.
ALT means ''alternate 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.
<h4>WORDPRESS</h4>
Images can be added through uploading or inserted from a URL.
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 that below the dashed box is a notification of “Maximum upload file size”.
If the multi-file uploader is unavailable or exhibiting problems, click the browser uploader link under the dashed box.  Then click the Browse... button, select your file from your computer, and then click Upload.  Note the “Maximum upload file size”.
You may add images while you are creating a new post.  Click the “Add Media” button above the left top of the text box.  You may upload files using the preceding methods or you may Insert from URL. To “Insert from URL” 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 then the Alt. Text.  Choose your alignment, then choose what happens when the image is clicked:
Go to the original image, go to a custom URL, or nothing.  If you click custom URL, type or paste the custom URL into the box provided below it.  Lastly, click the “Insert into Post” button at bottom right.
Note that you are able to manually add images via URL directly into the text box by using WordPress' markup language and HTML.
==When to use images==
==When to use images==



Revision as of 22:38, 11 November 2013

How to use images

How to use an image varies between platforms. HTML and WordPress are among the most common platforms, and have similar methods.

HTML

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

Minimal Use Structure: <img src=”where_online_to_find_the_image” /> Typical Use Structure: <img src=”where_online_to_find_the_image” alt=”Alternate text to be displayed when image isn't available or for screen readers.” align=”middle” width=”(# [pixels] or #%)” height=”(# [pixels] or #%)” /> Examples: <img src=”http://www.website.com/images/image_url.jpg” alt=”Dogs and cats playing” align=”middle” width=”100” height=”50%” />

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.

ALT means alternate 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.


WORDPRESS

Images can be added through uploading or inserted from a URL.

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 that below the dashed box is a notification of “Maximum upload file size”.

If the multi-file uploader is unavailable or exhibiting problems, click the browser uploader link under the dashed box. Then click the Browse... button, select your file from your computer, and then click Upload. Note the “Maximum upload file size”.

You may add images while you are creating a new post. Click the “Add Media” button above the left top of the text box. You may upload files using the preceding methods or you may Insert from URL. To “Insert from URL” 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 then the Alt. Text. Choose your alignment, then choose what happens when the image is clicked:

Go to the original image, go to a custom URL, or nothing. If you click custom URL, type or paste the custom URL into the box provided below it. Lastly, click the “Insert into Post” button at bottom right.

Note that you are able to manually add images via URL directly into the text box by using WordPress' markup language and HTML.

When to use images

Good design and what it looks like

It is important to deliberately choose images that help to emphasize your writing. Choosing between photographs, illustrations, horizontal images and vertical images are all very important decisions. More important, however, is what the subject and tone of your image is.

Image Orientation

There are two main orientations of photos, horizontally aligned and vertically aligned, and there is a time and place for each type.

Horizontal images are best when[1]:
  • 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[2]:
  • 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)

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[3]:
  • 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[4]:
  • 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[5]. Think long and carefully before you make a decision or have someone give you their impressions of a photo before using it.

References