Raster Image Processor Article Index for
Raster
Website Links For
Raster
 

Information About

Raster Image Processor




A raster image processor (RIP) is a component used in a Printing system which produces a Bitmap . The bitmap is then sent to a printing device for output. The input may be a page description in a high-level Page Description Language such as PostScript , Portable Document Format , XPS or another bitmap of higher or lower resolution than the output device. In the latter case, the RIP applies either smoothing or interpolation algorithms to the input bitmap to generate the output bitmap.

Raster image processing is the process and the means of turning Vector Digital information such as a PostScript file into a high-resolution Raster Image .

Originally RIPs were a rack of electronic hardware which received the page description via some interface (eg RS232 ) and generated a "hardware bitmap output" which was used to enable or disable each Pixel on a real-time output device such as an optical film scanner.

A RIP can be implemented either as a software component of an operating system or as a firmware program executed on a Microprocessor inside a printer, though for high-end typesetting, standalone hardware RIPs are sometimes used. Ghostscript and GhostPCL are examples of software RIPs. Every PostScript printer contains a RIP in its Firmware .

Stages of RIP

1. Interpretation: This is the stage where any PDL (Page description language) which get feed in RIP is being understand by it i.e. RIP cannot understand commands written in PS (a PDL). Interpreter helps him to understand all the information written in PDL.

2. Rendering: A process through which interpreted PDL is turned into a continuous tone bitmap.

3. Screening: In order to print, Bitmap which is in continuous tone state is converted in halftone (Patter of dots). ''Amplitude Modification'' or AM screening (Dot size varies based on Object density/tonal values. Dots are placed in a fixed grid.) and ''stochastic or Frequency Modulation'' or FM screening (Dot size remain same and they are placed in random order to create dark or lighter area of object/Image. dot placement is precisely controlled by sophisticated mathematical algorithms) are two screening methods/types.

A RIP Chip is used in Laser Printers to communicate Raster Images to a Laser .


SEE ALSO



EXTERNAL LINKS