Web Page Logo

Introduction

The RTCR (Real Time Correction Rasterizer) program was developed to meet two important image writer requirements:

New Version 3

Artwork has released v3 of RTCR. While we will continue supporting v2 for existing customers, all new engagements will utilize version 3. Go here for detailed information.


What drives these requirements?


This is why we called our new software RIP the "real time correction rasterizer".



Principle of Operation

The RTCR achieves its speed by taking the advantage of the fact that most micro-electronic masks contain large amounts of repetition. If that can be extracted then bit copy operations can be used which are much faster than brute force raster computations. READ MORE ...

Functions

  • Distortion Correction
  • Double Buffering
  • Striping and Memory Management

    The image produced by RTCR can be as large as several hundred GBytes (uncompressed). How does the program manage available RAM (which is typically in the 32 to 64 GB range) to produce that file? Striping ... READ MORE ...