Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kts committed May 13, 2015
1 parent 175d48d commit 02ce404
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 02ce404

Please sign in to comment.