From 02ce404cbd31487763eb0d71b774cd6171bc4203 Mon Sep 17 00:00:00 2001 From: Ken Schutte Date: Tue, 12 May 2015 23:20:33 -0500 Subject: [PATCH] update README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5563a57..fbbafe2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # Postscript Chicago flag flag.ps is a PostScript program to generate -the [Chicago Flag](http://en.wikipedia.org/wiki/Flag_of_Chicago). This is meant as a demo of the -PostScript language. +the [Chicago Flag](http://en.wikipedia.org/wiki/Flag_of_Chicago). +This is meant as a demo of the PostScript language. Run (using convert utility from ImageMagick): -$ convert -page 720x480 flag.ps flag.png + $ convert -page 720x480 flag.ps flag.png -![flag](https://raw.github.com/kts/ps-chicago-flag/blob/master/flag.png) +![flag](https://raw.githubusercontent.com/kts/ps-chicago-flag/master/flag.png) + +View a Postscript / Python comparison of the code: + +HERE