Skip to content

Commit

Permalink
initial submission
Browse files Browse the repository at this point in the history
  • Loading branch information
kts committed May 12, 2015
1 parent 162b4d4 commit 175d48d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# ps-chicago-flag
Postscript program to generate the Chicago Flag
# 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.

Run (using convert utility from ImageMagick):

$ convert -page 720x480 flag.ps flag.png

![flag](https://raw.github.com/kts/ps-chicago-flag/blob/master/flag.png)

Binary file added flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added flag.ps
Binary file not shown.
5 changes: 5 additions & 0 deletions flagps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""
NOTE: this is not meant to be run.
It is meant to be be viewed side-by-side
with flag.ps to explain the PostScript code.
"""

0 comments on commit 175d48d

Please sign in to comment.