University of Illinois Library
1408 W. Gregory Drive
(MC-522)
Urbana, IL, 61801
Email:
dcc[at]library.uiuc.edu
The Image Quality Calculator is a program that we have developed to determine the recommended resolution for scanning documents and visual materials. Based on information that you provide about your original document, the program calculates resolution in dots per inch (dpi), and indicates both the file size (in megabytes) and the pixel dimensions of the resulting uncompressed image file. The algorithms used in the calculator are based primarily on formulae developed by the Department of Preservation and Conservation at Cornell University Library for the scanning of text and manuscripts.
We developed the Image Quality Calculator in order to save time and to help us identify the best and the most appropriate image quality for a variety of uses. But, the IQC is only one of many components that comprise the digitization decision-making process. Other sites provide information that is invaluable in determining your purpose and planning your project. Before you use the IQC, we urge you to consult those suggested below, or others that you find useful:
Sitts, Maxine K. (ed.)
Handbook for Digital Projects: A Management Tool for Preservation and
Access.
(First Edition). Andover, MA: Northeast Document Conservation
Center. URL http://www.nedcc.org/digital/dighome.htm.
Moving Theory Into Practice:
Digital Imaging Tutorial. Ithaca, NY: Cornell University Library
Department of Preservation and Conservation, 2000-2001. URL
http://www.library.cornell.edu/preservation/tutorial/.
As you use
this program, please bear in mind these recommendations:
When using the Image Quality Calculator, you will perform the following steps:
The IQC returns your input values along with calculated resolution and file size, based upon the values you have indicated for your document. Using the example below, the following results would be obtained:
| Inputs: | Results: |
|---|---|
|
Image Width = 8.5 in Image Height = 11 in Quality Index = 8 Smallest Significant Character = 1 mm Bit Depth = 24-bit |
Recommended Resolution = 307 dpi Approximate File Size = 25.212 Mb Horizontal Pixel Dimension = 2609 Pixels Vertical Pixel Dimension = 3377 Pixels |
We use the following formulae in the IQC to compute optimal resolutions for bitonal, grayscale or color, and to compute the approximate file size (uncompressed TIFF format):
| Optimal Bitonal Resolution | Optimal Grayscale or Color Resolution |
|---|---|
| Resolution = (3.0 x QI) / (0.039 x h) | Resolution = (1.5 x QI) / (0.039 x h) |
| 3.0
= multiplication factor that takes into account misregistration and
sampling errors for bitonal images 1.5 = multiplication factor that takes into account misregistration and sampling errors for grayscale or color images QI = quality index division by 0.039 (or multiplication by 25.64) = conversion factorfrom inches to millimeters h = height of the smallest significant character or visual feature |
|
| Approximate File Size (in TIFF format) | |
|---|---|
| File Size = ((height x width x bit depth x dpi 2) / 8) / 10242 | |
|
height = height of the document width = width of the document bit depth = number of bits representing each color dpi = optimal resolution (calculated) division by 8 = conversion from bits to bytes division by 10242 = conversion to megabytes |
|