Lecture mode on (fair warning to those who tire of long-winded professorial explanations)




DPI and PPIFirst a short tangent on
dpi and
ppi. No, they aren't really the same thing, but a lot of software (including scanning software) use the term dpi when ppi is really what is meant. Dpi stands for "dots per inch". Ppi stands for "pixels per inch".
Dpi really only makes sense in the context of printing. Most printing processes create images uses tiny dots of ink. So essentially, the more dots you can squeeze into an inch, the better the detail, color-blending, etc. the image can have. So whatever the resolution of an image, a 1200 dpi printer could potentially produce a higher quality print than a 300 dpi printer.
Ppi on the other hand describes how many pixels in an image shall be considered an inch. Most image formats store this information as part of the image file, and many image manipulation programs (like Photoshop) lets you change this information. This directly affects the size of the image when printed. Let's say you had a square image that was 300 pixels by 300 pixels. If you set the ppi to 300, then the printed image would be 1 inch by 1 inch. If you changed the ppi to 100, then the printed image would be 3 inches by 3 inches (and probably a bit blurrier, since the actual number of pixels hasn't changed -- they are just spread out across more space).
Image SizeSo what was the point of all that?
More than anything else, what affects the size of an image is ... well ... the size. An image that is 1024x768 pixels is 2.56 times as big as an image that is 640x480 pixels (although the differences in actual image files might vary due to the compression algorithm used in the image format).
Unlike, printing, when creating images to be displayed on a computer monitor, what really matters is the actual pixel count. If your monitor has a resolution of 1024x768 pixels, then a 1024x768 pixel image will take up your entire screen (if shown at actual size), regardless of what it's ppi might be set to. So the best way to trim the size of an image file is to load it into a program like Photoshop or Paint Pro and re-size the image down to a more manageable size. If the program has a check-box or "link" icon to "maintain aspect ratio", I would turn that feature on; that way, when you change the number of pixels of one edge, the other edge will automatically re-size to match.
My RecommendationsFor a typical commemorative size stamp, I usually set the longer edge to 700 pixels. For definitive size, I usually set the longer edge to 600 (sometimes a bit less if the design is "complex" since complex images do not compress as much as simple images). Jpeg definitely seems to be the way to go with most stamps, and a quality factor of 8 usually works for me -- I've never had to go below 6.
On ScanningNow, as if this wasn't long enough, a note about scanning.
If you plan on manipulating your scanned image (say, for color-balancing or sharpening), then I recommend using the highest ppi setting your scanner can handle (or rather, the setting that matches its highest optical resolution since anything higher doesn't really buy you anything, but that really is another discussion). This will typically be 1200 on current scanners, but could be anything from 300 at the lower end to 4800 or more if you have a really nice (expensive) scanner. This setting will give you the most detail, but you will have to re-size your image before uploading it to the forum.
Alternatively, if you just want to "scan it and post it", then you might want to set your scanner's ppi lower. The thing to remember is that if you set the ppi to say 600, that means that a stamp 1 inch wide will show up as 600 pixels wide on your screen. This might be fine for a single stamp, but a cover that is 6 inches by 4 inches will end up being 3600 pixels wide and and 2400 pixels high! (In this case a setting of 100 ppi might be a better choice.)
Finally, most scanning programs let you draw a little rectangle around just the portion you want to scan (and often they have a preview button you can push that will zoom in on that selected area). Limiting your scan this way is a
good idea. It takes less time to scan, and you avoid having a big blob of white space (or grey or black space if you leave the cover open) that later needs to be trimmed out of the image.
Image FormatsI was thinking about talking a little bit about image formats (JPEG vs. GIF), but I think maybe that would best be left to another post.





So, hopefully this wasn't too didactic and was at least a little bit helpful ...
Lecture mode off.