Revised 3/16/98
|
You can effectively use a common flatbed scanner to make photographic images of pens or other small items for inclusion on web pages & auction sites, for printing out in hard copy, sending on e-mail, etc. This note describes how to do it. NOTE: I know this violates the sacred web desgners' rule not to make viewers change their browsers or computers, but to get the most out of the image comparisons below I recommend you set your system to show "thousands of colors" or better. This method is based on that which I have used to create the scanned images that appear on my Penoply fountain pen website (http://www.io.com/~tyrbiter). At first, when I wanted to make fountain pen images for my website, I figured I had to take photographs with a conventional camera and then have these photos scanned. I burned a couple of rolls of film trying this, with the result that I learned how poor a photographer I was. Then, in the front matter of Glen Bowen's book (where he solicits pens for appraisal), I read where he suggests "shooting" the pens on a Xerox machine as a quick-and-dirty means of getting images with reasonable detail (which an amateur snapshot cannot deliver). I put two and two together and decided to try scanning the pens directly on the scanner without first photographing them. The method worked beautifully, and I reveal it to you here.
|
| WARNING: high resolution scans result in very large files that will choke your computer, resulting in very long delays to refresh or update the image whenever you modify it. These scans also take up lots of "scratch" space on disk (several megabytes or more in extreme cases). Don't use any higher resolution than you need. |
| TIP: If your computer doesn't choke on high resolution scans, you can scan the image at several times the final scale (say, 400%), and use the image editor to scale it back down. This will help the image processing software wring the maximum image detail from the scan. |
After you've made all the settings, press the "scan" button to begin the scan. Now, you can get up and get a drink or take a stretch for a minute or two while the scanner does its work. When you come back, the new scan should appear in a window within your image editor.
Using the image editor, you will do some touching up of the image before you save it. As you make these changes, it is best to do them one at a time, using the "undo" command to cancel changes you don't like.
|
|
|
|
|
|
|
For my Penoply pages, I favor a pure white background (set by an HTML tag option). Then, I use the Photoshop LE magic wand (select-by-similar-color) tool to remove the gray background and replace it with pure white. In this way, the pen seems to "float" on the page.
Most image editors have some variation of the magic wand tool. You select this tool, then move it to an area of the picture containing the color you want to zap. Then, click, and all adjacent portions of the picture will be selected. You can then use the paint bucket tool to fill the selected area with white color.
I get good results with the default tolerance of the tool, but sometimes I reduce or increase this value to select a greater or lesser area to remove.
Scanners weren't designed to scan 3-D objects. Due to parallax between the lamp and the sensor, 3-D objects will always cast a consistent shadow onto the background of the scan. Generally, you cannot eliminate all shadow, since in doing so you might end up taking out part of the pen image as well. Fortunately, a small shadow adds to the image (in my opinion). Always do background removal AFTER sharpening the image, so that you don't sharpen the edges of the shadow (which looks kinda fakey).
|
|
|
|
|
You can save your scan in many different formats, from TIFF to PCX to PICT or EPSF. For WWW work, however, you want to use either GIF or JPEG, because of the compression these formats offer (plus, they're the only ones that most WWW browsers and servers will accept).
A typical 1x7 inch pen-sized image scanned at 72 dpi and 24-bit color, in its raw uncompressed form, would take up more than 108kb on disk and would take over thirty seconds to download using a 28.8kbps modem. Put more than one of these images on a web page, and the load time can get objectionably long. Fortunately, GIF and JPEG compression can reduce the file size to a fraction of this value and thereby drastically cut load times.
| TIP: Give your image files long, descriptive names. MacOS, UNIX, and now Windows 95 all allow very long names, so you needn't be restricted to a cryptic 8+3 characters. Months later, when you redo the site, it will be easier for you to guess the contents of a file named "parker.75.sterling.pointdetail.jpeg" than one named simply "P75AGPTD.JPG" |
The Joint Photographers' Expert Group (JPEG) compression scheme, published by the ISO, allows file compression as small as 20:1 or better, and is the way to go for photographic images like scans. Since JPEG is a "lossy" scheme, some detail is discarded from the picture in exchange for these drastic reductions in file size. Generally, for web graphics, you can reduce the quality quite a bit before making a visible difference in the image. If you decide to go with JPEG, you might first like to save a copy of the image in a true lossless form (such as TIFF or Photoshop Native, but not GIF) for future use. When you save a JPEG, be sure to add ".jpeg", ".jpg", or ".jpe" to the end of the file name so the servers and browsers will know how to handle it.
Below are three complex images showing the effect of JPEG compression on image quality and file size (the image is taken from the back cover of Glen Bowen's Collectible Fountain Pens, L-W Book Sales, 1995 edition). I started with a TIFF file of size 71k (160x120x32 bits) and saved the image at each of three quality settings (the percentages aren't mathematically significant, they are just quality ratings used by this particular image editor). The first image is very faithful to the original, but a bit large; the second is probably OK for a non-critical image (such as decoration) and retains very good detail and color accuracy, while the third isn't much good except as op art.
![]() |
"100% quality" Light compression, indistinguishable from original TIFF. |
![]() |
"50% quality" Note slight mosaic effect in background |
![]() |
"0% quality" Heavy blurring and mosaic effect, poor color fidelity. |
| TRIVIA: the actual name of the JPEG format is JFIF, for "JPEG file interchange format", although the JPEG specification recommends that the filenames of images end in "jpeg" or "jpg". |
The CompuServe Graphics Interchange Format, or GIF, is one of the oldest techniques for exchanging color pixelmap graphics. It works best for simple hand drawn bitmap graphics (such as buttons, labels, etc.) where the limited number of colors allows the color map (number of bits per pixel) to be made very small, resulting in small file sizes. The results are less good with photographic images.
GIF is sometimes called a "lossless" compression method, but this is not strictly correct. For example, if you start with a 24- or 32-bit color scan (common with most scanners), GIF may (probably will) remove some information from the image when it reduces the color table to 8 bits.
GIF images can be further reduced in size by reducing the color table below 8 bits, but the compression isn't nearly as dramatic as JPEG, and the image quality suffers greatly as shown in the examples below. In each case, I let the image program pick the colors for the color table automatically. As you can see, the 2-bit (4 color) rendering is esthetically unacceptable (other than as a "special effect"), yet the file is larger than the reasonably-faithful medium quality JPEG above.
![]() |
8-bit GIF (256 colors) Very close to original 30-bit TIFF image. |
![]() |
4-bit GIF (16 colors) Some "flattening" of colors and textures, some "white spots" |
![]() |
2-bit GIF (4 colors) Most non-brown colors lost, image is grainy & spotted |
Before you can save a scan as a GIF, your image editor (like Photoshop LE) may require you to convert your file explicitly from "RGB" or "True Color" to "indexed color"). When you save the file, be sure to add ".gif" to the end so that the various programs that have to handle it can know what kind of file it is.
GIF can do one trick that JPEG (as yet) cannot: you can use the image editor to designate one (and only one) of the colors in the image's color table as "transparent"; when the web browser or other image viewer renders the file, it will replace this color with whatever is in the background. You may find this useful when you want to place one image on top of another (e.g., a pen scan on top of your web page's background image). The title of this article was executed as a transparent GIF with a 4-bit color table, and it is a svelte 10k in size.
Assuming you use the standard SLIP or PPP modem link to your ISP, you will have to do two things to make your image available to the waiting world via WWW:
| TIP: It is difficult to overemphasize the importance of small image file size, particularly when working on the world-wide web. When a visitor links to your web page with his browser, the remote web server transfers all your page's HTML code and image files in full to his computer for the browser to display (the files get stored in the browser's local cache directory). Obviously, then, the smaller the image files, the quicker the page will finish loading. Since most of us are rather impatient when browsing, it is in your interest to make those files as small as you possibly can if you want us to wait around to view your site. |
Selling fountain pens has become very popular on the eBay auction website, and sellers have found that they get higher prices when they include pictures with thier descriptions. This page was originally prepared as a primer to help propsective e-sellers, so let's spend a minute or so on how you can include images in eBay descriptions.
When you place an ad with eBay, you can specify that one or more images be included in the ad. You don't send the images to eBay; instead, you post them yourself to some location under your control (such as your personal web space provided by your ISP), and embed an HTML image tag in the description. In other words, you follow step #1 under "Web pages" above, then type an image tag as part of the description in the form that eBay provides for listing your articles for sale. When typing the SRC field of the tag, use a fully-qualified HTTP link (get this from your ISP's webmaster if you don't know it). For example, here's a simple description you might type right into the form to show a centered image just below a bit of text:
This pen is in near mint condition except that it has a huge crack up the cap and has no original parts. I also spilled nail polish remover on it while I was trying to clean off the paint, so it is a little melted.
<CENTER>
<IMG SRC="http://www.myisp.com/~mysite/lousypen.gif">
</CENTER>
Obviously, you want to retain that image on your web space until after the item is sold.
You can also include other HTML tags in your description for other "special effects" such as animated GIFs (although I beg you in the name of decency not to do so) or even page counters (so you can see how many people have checked the ad).
It stands to reason that bidders will be more likely to bid on merchandise they can see, so including pictures in an eBay ad is obviously worth the effort if you have the tools to do so. On the other hand, slow-loading or poor-quality images may not necessarily inspire much trust in the seller's competence, or interest in his offerings. So, it is up to you to make sure you provide an attractive graphic with a very small file size.
Common problems with eBay graphics include:
You can avoid these errors by following the directions in this article.
Compared to making web pages, sending images by e-mail is very easy. All you have to do is compose and address an e-mail message, then use your e-mail program's "attach file" command to locate and attach the image file. When the recipient gets the message, he or she can save the file to disk separately for viewing (some mail clients may allow the image to be viewed directly using a "helper" program).
Normally, the binary file transfer process is completely transparent to both sender and recipient, although misconfiguration of servers on either side can result in "encoded" attachments that may have to be decoded by the recipient using a MIME or UU converter (assuming the attachment hasn't also been mangled in the transmission process). can be converted by hand back to a binary form. If you are going to be sending lots of files to someone via e-mail, it makes sense to test the process first using a small but representative image file.
It is proper netiquette to send such attachments only when you are sure that all recpients want to (and are able to) see them. Many people get angry about having to download large image files they didn't ask for. So, don't post images to mailing lists, non-binary usenet groups, or other "public" forums.
You can attach any kind of file to an e-mail message, but if you stick to JPEG and GIF, the recipient will always be able to open them using the "open file" command of his or her web browser.
If you don't want to attach files to e-mails, you can put them in your web space or in your ISP's anonymous FTP space, and tell the recipient where to download them using a web browser or FTP client.
Here's a step-by-step bare bones procedure you can use to scan an image.
To put the image on a web page
To use the image in an e-bay auction ad:
visitor count: [an error occurred while processing this directive]
| This file last posted on: 2005-Jan-20 17:50:26 CST |
MCMVIII, the red network Contact: |