Work Site for Art 354 - Web Design

Suzveen Mazouri

Step 10

Placed Images

Image File Types

There are five different file types you can save an image as to use in a website. Having an understanding of those file types and their pros and cons will help you determine what type to save your images as depending on their purpose in the site.

  1. .jpg: This file type is known for being small, which means it loads quickly on a website. That also means it has a tendency to be low quality when the image is larger. Jpgs are also goo with color which makes them great for photographs.
  2. .png: This file type is the best for transparencies. It is also great with color and they are high quality. However, that makes them very large file sizes that load slowly on a webpage.
  3. .gif: Gifs are great for animations and motion. They are small file sizes and have sharp/intense image quality. Gifs claim to be good with transparencies, but that is not the case. You will end up with a small white boarder around your image if you save a transparency as a .gif.
  4. .tiff: You can save images as a .tiff but they are huge files. Try to avoid using .tiffs on a webpage because they will take forever to load, if they load at all.
  5. .bitmap: This file type saves images as black and white. They are also very small file sizes which means a quick load time on your webpage.

Steps for Implementing an Image

Steps for Getting an Image Ready for Web Use

There are certain steps you must follow in order to prepare an image for web use. You will do these steps prior to doing the steps for implementing an image.

Always remember to save your raw files (unchanged and unedited) in a separate folder inside your Main Site Root Folder. Possibly title that folder "raw images" versus your "images" folder that the edited and implemented image files are saved in.