
There are three ways to get graphics and backgrounds for your web pages. These include 1. downloading graphics from the internet, 2. using existing graphics from Clip Art Libraries on disk, and 3. making them yourself.
So how do you get those graphics? On a Macintosh:
Step one: Drag the mouse to the graphic you want to "take".
Step two: Place the cursor on top of the graphic, then Click AND HOLD.
A menu will pop up, select SAVE THIS IMAGE AS... for the menu
Step three: In the dialog box that appears, choose a location to save
the image, and be sure the remember the NAME of the file. You CAN
change the name of the image if you like, this will not effect the look
of the image.
On a Windows 3.1 or Windows 95 Computer:
Step one: Drag the mouse to the graphic you want to "take".
Step two: Place the cursor on top of the graphic, then click the RIGHT
mouse button (instead of left button, which you use most of the time).
A menu will pop up, select SAVE THIS IMAGE AS... for the menu
Step three: In the dialog box that appears, choose a location to save
the image, and be sure the remember the NAME of the file. You CAN
change the name of the image if you like, this will not effect the look
of the image.
That's it!
Most clip art is saved in .pic or .pict format, or in a format specially designed for that Clip Art program. For example, any clip art in WordPerfect is saved as a WordPerfect Graphic (or .wpg). So you have to convert that format into .gif or .jpg. The difference between .gif and .jpg is really that a jpg file is compressed so that more detail or depth is still included in the file. A gif file has even greater compression, but less detail is retained. However, gif is the most commonly used format, because it works on EVERY web browser, and you can create transparent images (so you don't see the background in the image). Use jpg if you want to picture to look more like the original and gif if you are more concerned about compatibility, saving disk space, and download time.
There are program available on the web to convert graphics into .gif or .jpg formats. An example is Gif Converter. Gif Converter is a shareware application, and if you download it, you are asked to pay the registration fee of $40. You can download the Gif Converter for Mac or use the evaluation version available on this CD. A popular program for Windows and Windows 95 is MagicViewer, which is available for free. With any conversion program, open the file you want to convert and then choose Save As... and select the format you want (gif or jpg). Be sure to change the name to add the extension you used, for example mypict.pic now is mypict.gif.
Scanning
To scan a picture, you need three things. 1. The Picture, 2. A Scanner,
and 3. Software to operate the scanner.
The most popular type of scanner to use for scanning images and graphics
is a flatbed scanner. This scanner has a large flat surface where
you lay your image, and then a light sensitive charged coupled device (CCD)
converts light reflected from a scanned image into an electronic signal.
The signal is then digitized and stored on a hard drive or disk.
Flatbed scanners are more versatile than sheet feed scanners (where you
place one sheet of paper in at a time), photo scanners, and handheld scanners.
Also, flatbed scanners are more accurate at replicating the original image.
The software used to operate a scanner include two types. Optical
Character Recognition software or OCR is used to read typewritten pages
and convert text to a word processor with a certain level of errors.
To scan images, you will use Image Editing software, the most popular being
Adobe Photoshop or Adobe PhotoDeluxe.
An important element in scanning is the optical resolution of the image, measured in dots-per-inch (dpi). The high the resolution, the larger the file size (measured in kilobytes and megabytes). As a standard, most images on the internet are at 72 dpi.
The Steps to Complete a Scan at American University



4. Once you have created the clickable areas, you have to add this information to your website. From the Image Mapping software you are using, choose "Export as Text" from the the file menu. This will save the code that makes up the map, which looks like this:
# Created by WebMap 2.0b9
# Friday, January 30, 1998 at 9:48 PM
# Format: NCSA
rect http://www.cas.american.edu/~spud/spr98/graphics.html#down 216,48 320,130
rect http://www.cas.american.edu/~spud/spr98/graphics.html#clipart 133,1 246,65
rect http://www.cas.american.edu/~spud/spr98/graphics.html#make 2,17 130,111This code indicates where the user will go when they click on that part of the image. You will notice the numbers after the web addresses, this is actually the coordinates that are clickable on that map. Save this text with the same name as your .gif image, but with the .map extension. In this example, the gif is called "clippy.gif" and the map that indicates the clickable coordinates is called "clippy.map". Be sure to save in NCSA format (rather than CERN). This is the format of image map read by most web browsers.
4. You must indicate within you web page, that an image is a map. This requires a little bit of html coding. Using a text editor, look at your web page. Find the image that is to be a map, and add a link (using the <a href="..."> command linking the image to the image map you created (yourmap.map). Then add the code ISMAP to the name of the image between the IMG and the SRC. You code will something look like this:
<a href="clippy.map"> <IMG ISMAP SRC="clippy.gif"></a>
Now that you have created some interesting images, you are probably ready to use a search engine to help you find content for you web pages.
On to
What
is a Search Engine? or go back
Home.
If you have any problems with this CD (or ideas for changes),
click on the
icon or send email to sirvine@american.edu.