[plt-scheme] Creating a PS Scheme Logo

From: Chongkai Zhu (mathematica at citiz.net)
Date: Thu Oct 13 15:45:13 EDT 2005

Is there any existing Scheme code that can read PS file, display it
or convert it into other bitmap format?

Chongkai Zhu


>Hi all,
>
>You may find here:
>http://sat.inesc-id.pt/~pocm/plt-scheme-create.scm
>
>a module which contains a function mostly based on code written by PLT
>Scheme and found here:
>http://download.plt-scheme.org/doc/299.400/html/mred/mred-Z-H-382.html
>
>The function is:
>generate-plt-scheme-logo : string x int x int -> void
>The string is a path, first int is width and second is height. Creates
>a ps file in given path with the given width and height with the PLT
>Logo.
>
>Hope it is useful for someone except me...
>Have fun! :D
>
>Cheers,
>--
>Paulo Jorge Matos - pocm at sat inesc-id pt
>Web: http://sat.inesc-id.pt/~pocm
>Computer and Software Engineering
>INESC-ID - SAT Group



Posted on the users mailing list.