lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lout on Mac OS X


From: Jeff Kingston
Subject: Re: Lout on Mac OS X
Date: Fri, 20 Apr 2007 06:44:28 +1100

> Probably, I was in a hurry and I didn't check the terminology.

PostScript calls them patterns, Lout calls them textures.

> I will try learn about Ghostscript's debugging facilities, etc.

I've done my share of PostScript debugging over the years, and
it's a pain.  I suggest hand-editing the output file that crashes
with stuff like this:

    (entering TextureProc\n) print
    ...
    (leaving TextureProc\n) print

It's primitive but you're in control.  Also there is a PostScript
command to print the stack out which would be useful in this case.
The operand stack, that is.

Jeff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]