| Bitmap Files Bitmap files have some
				            confusion associated with them. Some refer to any pixel-based
				            image as a bitmap file. However, a true bitmap image file refers
				            to the standard Windows image format. This type of file is mostly
				            used on DOS- and Windows-based machines.  A bitmap file is a raster-
				            (or pixel-) based format that only supports the RGB color space
				            and bit depths of 1, 4, 8, or 24 bits per channel. These attributes
				            make bitmap images unsuitable for use in a high-end print production
				            workflow.  Even though bitmap images
				            are in the RGB color space, they are not supported by any Web
				            browsers or Web coding languages. Therefore, they are not suitable
				            for use as images in a Web application. You would be able to
				            use such a graphic in an HTML export from InDesign by having
				            the automatic conversion to a GIF or JPEG file occur. Bitmap
				            images are best used for their intended purpose, as a system
				            support on a PC Windows-based computer. Do not use the placement
				            of a bitmap image when designing for a high-end print production
				            job.   |