Illustrations using curveto operator and patterns

The example below is significant due to the outline illustration of the car. Similar examples with text modifications with the charpath operator are found here (http://setpagedevice.com/2011/10/a-few-postscript-text-effects/). I handcoded the outline of the car by importing a picture of my car into a PostScript file and using points around the car generated … Continue reading

A few PostScript text effects…

textEffects5

I saw an advertisement that had outlined and filled text and I thought I would come up with some examples in PostScript to do similar and more. I created 6 examples in this post and pasted the code below each rastered example. Don’t throw out your drawing packages yet, while these … Continue reading

Post-processing to include a stock background

Traditionally with monochrome digital printing over shells (lithographic printed stock) there is the occasional requirement to produce the soft proofs, or archive ready statements as PDF files with the base-stock showing. This article suggests a method of achieving this in PostScript workflows by manipulating the original PostScript file and modification of Prologue.ps for the Distilling … Continue reading

Timing Techniques for PostScript

As mentioned in my article for optimising PostScript files with PaintProc and Execform this post attempts to demonstrate a couple of ways of using timing techniques to measure and hopefully help to improve raster image process (RIP) performance. Continue reading

Fast ps2pdf using PDFMarks

In the previous post it was illustrated how to utilise images within PostScript forms for fast image caching, however this does not apply to all PostScript interpreters. While GhostScript honours the execform command, it does not utilise caching. If you are creating the … Continue reading