[ Crossposting trimmed ]
["Followup-To:" header set to comp.periphs.scanners.]
Dots Per Inch. Fax on "quality" setting is usually 200 dpi. Inkjet
and laser printers nowadays start at 300 dpi, although 600 dpi for
When I go to create a TIFF using ACDSee 3.1 I get the following
options *before* the TWAIN menu appears. Presumably these parameters
are [passed] to the TWAIN software?
Not quite. I'd guess only the "resolution" setting gets passed to the
scanner itself, and the scanner delivers a raw bitmap scanned at X by Y
DPI. The "compression" setting is applied to the raw bitmap when you
save the file.
Compression:
CCITT Group 3, CCITT Group 3, LZW, Deflate, JPEG
? Did you make a typo here? I'd guess that one of these was "Group 4",
'cause it doesn't make sense for Group 3 to be listed twice.
Resolution
horizontal - default 96 dpi vertical - default 96 dpi
What should I select from the above to get:
(a) the most compact resultant TIFF file?
You need to ask "Which resolution and color depth should I scan at?"
first. The answer to that question depends on your final use for the
images. If you say, "I am going to use these images for $FOO", then
someone will be able to advise you. The smallest TIFFs result from low
resolution black-and-white scans compressed with Group4. The smallest
TIFFs in grayscale/color result from low resolution scans compressed
with LZW.
(b) the most common compression in order that most users can read the
TIFF file?
This question has been addressed several times already. Well, I'll
repeat myself: Deflate is inefficient and not everything understands
it, so forget it. G3 is inefficient compared to G4, so forget it. Not
many programs understand JPEG-TIFF right now, so forget it.
That leaves G4 and LZW. Use LZW for grayscale or color. Use G4 for
black-and-white. 'Doze XP, 2K, 9x, and even NT 4 came with "Kodak
Imaging", which can read G4 and LZW TIFFs without a problem. OS X has a
TIFF-viewer built in, which understands G4 and LZW. Unix-like OSes have
ImageMagick, xv, Kuickshow, and Eye Of GNOME, all of which understand
every common image format including G4 and LZW TIFFs. That covers all
the OSes you're likely to run into, so there's no problem with the
image-viewing software.
If the people you're sending images to have no idea what to open a TIFF
with, tell them "Start->Programs->Accessories->Imaging" if they're using
'Doze. You shouldn't have to educate people like that, but dumb people
and misconfigured 'Doze machines are endemic problems.