Web Graphics
|
||||||||
Introduction / BackgroundEven if you choose to make PDF files it may be helpful to understand a little about how computer graphics and computer hardware are interrelated.First, all computers that have a monitor attached have a graphics adapter. The graphics adapter is what packages the information that is being displayed. These adapters have different capabilities, and have evolved profoundly over the years. The monitor has to be able to display the information that the adapter is sending to it. Since this is a bit geeky, many people just don't know much about it. Pixel - the smallest element that makes up an image. Resolution - the number of pixels in the horizontal (columns) and vertical (rows) that span the visible area of the monitor. Most people don't change the resolution that they view things at very often. (Many don't even know how, or that they can!) In Windows you can easily check this by right-clicking on the Desktop and choosing Properties, then select the Settings tab. (This is the same as using the "Display" item from within the Control Panel.) Some standard settings: VGA
= 640 x 480 pixelsFor a long time, everyone used 640x480, then for a while it was 800 x 600, now it depends on how big your monitor is and how old your computer is. Many new systems are configured to XGA or SXGA by default. Why do we care about this? Well browsers will reformat text to fill the screen, and the Operating System (Windows) can be told to scale all fonts. However, browsers only show an image in the pixel dimensions that they are provided. Note: Newer versions of IE and
perhaps other browsers have a "Smart Image Viewer" feature. If
this is enabled (by default) then images that are bigger than the screen
resolution will be digitally resized to fit your window. Depending
on the image, this can actually make it difficult to view! This is
especially true if there are a lot of thin lines in the image.
It is a good idea to make images that are 800x600 (with today's mix of users), but down the road it will be more and more common to have higher resolution images. Here are some image size examples. More sophisticated web pages will determine the user's screen size (information offered by the browser) and either include the appropriate image dynamically, or just squeeze the image into a smaller area in the page, by constraining the viewed dimensions of the image. This isn't all that difficult, but is beyond the scope of this session. Color Depth
Color depth refers to the amount of different colors that can be
represented at each pixel. When VGA was new, having a computer
that could generate 256 colors was pretty good. Now we would
consider this to look more like a cartoon picture than a high quality
picture of the world around us. |
||||||||
| Press | To
do this |
| Control+Print Screen | Captures
the entire desktop (multiple windows in view) |
| Alt
key + Print Screen |
Captures
current active window |
| After
deciding which capture type you want, then go to Photo Editor and
choose the Edit menu and then "Paste as New Image" Click the dashed box on the tool bar, draw a rectangle on your image (always work with full sized windows when doing this), and then choose Image => Crop and then OK. The crop window contains the coordinates of your "rubber band box" that you drew. After drawing the region to crop, you can adjust the edges by selecting the various markers on the corners, or middle of the sides, top or bottom. Save it as one of the supported image types (GIF, JPEG, PNG) Remember to copy the URL to the source of the image for reference in your document. |
|
| Previous |
Tips Home |
Next |