Font rendering on a GPU-based raster image processor

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Font rendering on a GPU-based raster image processor
# 1  
Old 08-08-2009
Font rendering on a GPU-based raster image processor

HPL-2009-181 Font rendering on a GPU-based raster image processor - Recker, John L.; Beretta, Giordano B.; Lin, I-Jong
Keyword(s): printing, fonts, rendering, RIP, GPU
Abstract: Historically, in the 35 years of digital printing research, raster image processing has always lagged behind marking engine technology, i.e., we have never been able to deliver rendered digital pages as fast as digital print engines can consume them. This trend has resulted in products based on thro ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Memmove fail on 4 Gb+ raster under RHEL 64 bit

I'm rotating huge image rasters (1+ GB) using a 3-shear algorithm. I rotate 'in-place' after reallocating the raster. A necessary first step is reorganizing the image in the new raster dimensions that will exist after the rotation. RGBA pixels byte packed into uint32. The following code runs... (6 Replies)
Discussion started by: imagtek
6 Replies

2. UNIX for Advanced & Expert Users

GPU and CUDA

Hi , i want begin programming using CUDA which enviroment can i get .I don't have desktop to buy GPU graphics card. what should to do to get CUDA enviroment. i'm thinking to buy desktop has this card or laptop (1 Reply)
Discussion started by: Scotch
1 Replies

3. UNIX for Dummies Questions & Answers

who is the best processor based servers

who is the best processor based servers (0 Replies)
Discussion started by: msahoud71
0 Replies

4. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies
Login or Register to Ask a Question
RasterComp(3U)						    InterViews Reference Manual 					    RasterComp(3U)

NAME
RasterComp, RasterView, PSRaster - raster component subject, view, and PostScript external representation SYNOPSIS
#include <Unidraw/Components/rastercomp.h> DESCRIPTION
RasterComp is a GraphicComp that represents a raster image. It uses a RasterRect graphic to store its graphical attributes. RasterView is a GraphicView for displaying the raster image. PSRaster is a PostScriptView that externalizes the subject's information in PostScript form. RASTERCOMP PUBLIC OPERATIONS
RasterComp(RasterRect* = nil, const char* filename = nil) The constructor takes an optional RasterRect structured graphic that defines the attributes of the raster image. You can also sup- ply an optional file name to associate the component with a file containing the (copious) image data. RasterRect* GetRasterRect() Return the RasterRect graphic that defines the raster's attributes. GetRaster is simply a more specific form of the GetGraphic operation. const char* GetFileName() Return the file name specified in the constructor, if any. RASTERVIEW PUBLIC OPERATIONS
RasterView(RasterComp* = nil) Create an RasterView, optionally supplying the subject. RasterComp* GetRasterComp() Return the subject. PSRASTER PUBLIC OPERATIONS
PSRaster(RasterComp* = nil) Construct a PostScript external representation of the given subject, if any. SEE ALSO
GraphicComp(3U), GraphicView(3U), PostScriptView(3U), RasterRect(3U) Unidraw 10 August 1991 RasterComp(3U)