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