-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |