Re: Using Postscript for creating images

2011-01-23 Thread kyak
Hi! I uploaded ghostscript build log here: http://downloads.qi-hardware.com/people/kyak/tmp/gs.log > > "kyak" == kyak writes: > > > ghostscript works like a charm here (i just built it for testing)... > > > No problem running postscript "Hello World" from wikipedia. > > Ok, could you pl

Re: Using Postscript for creating images

2011-01-22 Thread David Kuehling
> "kyak" == kyak writes: > ghostscript works like a charm here (i just built it for testing)... > No problem running postscript "Hello World" from wikipedia. Ok, could you please send a full build log? I guess that compiling postscript links in different libraries depending on what is ava

Re: Using Postscript for creating images

2011-01-22 Thread kyak
ghostscript works like a charm here (i just built it for testing)... No problem running postscript "Hello World" from wikipedia. On Sat, 22 Jan 2011 22:14:35 +0100 David Kuehling wrote: "kyak" == kyak writes: Hi! Both fbgs (fbida) and ghostscript have been ported to openwrt (openwrt-

Re: Using Postscript for creating images

2011-01-22 Thread David Kuehling
> "kyak" == kyak writes: > Hi! > Both fbgs (fbida) and ghostscript have been ported to openwrt > (openwrt-packages) already. unfortunately the ghostscript included with the NN segfaults (as Xiangfu also pointed out in some earlier mail). That was what I was referring to. david -- GnuPG

Re: Using Postscript for creating images (was: Re: POV-Ray license)

2011-01-22 Thread kyak
Hi! Both fbgs (fbida) and ghostscript have been ported to openwrt (openwrt-packages) already. On Sat, 22 Jan 2011 11:16:04 +0100 David Kuehling wrote: On the nanonote 'fbgs' should be able to view that file, however 'fbgs' needs ghostscript and thus fails. "David" == David Kuehlin

Re: Using Postscript for creating images (was: Re: POV-Ray license)

2011-01-22 Thread Wolfgang Spraul
Ruben, > I guess a little blog spreading won't hurt now: I wrote a short (and > simple! don't expect too hard things here) tutorial about "PostScript > programming" two years ago. No not at all - this is great! I admit I never fully accepted Postscript as a programming language, but your tutorial

Re: Using Postscript for creating images

2011-01-22 Thread Rubén Berenguel
I have checked a few of these (wrote one, even), also considered writing one for the transcendental entire functions I have studied (http://arxiv.org/abs/0907.0116), but would eat a lot of computer time!. There is even a PostScript webserver hanging out there, for you curious :D On Sat, Jan 22, 20

Re: Using Postscript for creating images

2011-01-22 Thread David Kuehling
> I guess a little blog spreading won't hurt now: I wrote a short (and > simple! don't expect too hard things here) tutorial about "PostScript > programming" two years ago. I used PostScript (which some of you > already know, is a Turing complete programming language) to generate a > "randomised"

Re: Using Postscript for creating images (was: Re: POV-Ray license)

2011-01-22 Thread Rubén Berenguel
I guess a little blog spreading won't hurt now: I wrote a short (and simple! don't expect too hard things here) tutorial about "PostScript programming" two years ago. I used PostScript (which some of you already know, is a Turing complete programming language) to generate a "randomised" Christmas p

Using Postscript for creating images (was: Re: POV-Ray license)

2011-01-22 Thread David Kuehling
Hi, here is a simple example for how to use Postscript to generate images algorithmically: --8<-- /house { newpath 200 0 moveto 0 0 lineto 200 200 lineto 100 300 lineto 0 200 lineto 200 200 lineto 200 0 lineto 0 200 lineto 0 0 lineto cl