[plt-scheme] Creating a PS Scheme Logo

From: Paulo Jorge Matos (pocmatos at gmail.com)
Date: Thu Oct 13 09:36:20 EDT 2005

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.