-
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
1 changed file
with
8 additions
and
4 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,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 | ||
|