Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
postscriptlib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Peter Billam
postscriptlib
Commits
53ad0229
Commit
53ad0229
authored
Nov 19, 2018
by
Peter Billam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try some black-and-white :-)
parent
77d9f278
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
134 additions
and
2 deletions
+134
-2
Makefile
posters/Makefile
+20
-2
long_game.ps
posters/long_game.ps
+57
-0
long_game_2.ps
posters/long_game_2.ps
+57
-0
No files found.
posters/Makefile
View file @
53ad0229
...
...
@@ -41,8 +41,10 @@ dev : \
pdf/rabbit_1.pdf ${JPG}/rabbit_1.jpg
\
pdf/baingio_pinna_circles.pdf ${JPG}/baingio_pinna_circles.jpg
\
pdf/baingio_pinna_circles_2.pdf ${JPG}/baingio_pinna_circles_2.jpg
\
pdf/opening_night.pdf ${JPG}/opening_night.jpg
\
pdf/parisian_pjb.pdf ${JPG}/parisian_pjb.jpg
\
pdf/opening_night.pdf ${JPG}/opening_night.jpg
\
pdf/parisian_pjb.pdf ${JPG}/parisian_pjb.jpg
\
pdf/long_game.pdf ${JPG}/long_game.jpg
\
pdf/long_game_2.pdf ${JPG}/long_game_2.jpg
\
pdf/flames_1.pdf
:
flames_1.ps
...
...
@@ -372,6 +374,22 @@ ${JPG}/parisian_pjb.jpg : parisian_pjb.ps
mogrify
-rotate
90
$@
/home/pbin/ls2html
-d
${
JPG
}
-i
-p
>
/dev/null
pdf/long_game.pdf
:
long_game.ps
cat
long_game.ps
\
| /usr/bin/gs
-q
-sDEVICE
=
pdfwrite
-sOutputFile
=
$@
-
${JPG}/long_game.jpg
:
long_game.ps
cat
long_game.ps
\
| /usr/bin/gs
-q
-sDEVICE
=
jpeg
-r210
-sOutputFile
=
$@
-
/home/pbin/ls2html
-d
${
JPG
}
-i
-p
>
/dev/null
pdf/long_game_2.pdf
:
long_game_2.ps
cat
long_game_2.ps
\
| /usr/bin/gs
-q
-sDEVICE
=
pdfwrite
-sOutputFile
=
$@
-
${JPG}/long_game_2.jpg
:
long_game_2.ps
cat
long_game_2.ps
\
| /usr/bin/gs
-q
-sDEVICE
=
jpeg
-r210
-sOutputFile
=
$@
-
/home/pbin/ls2html
-d
${
JPG
}
-i
-p
>
/dev/null
/home/pjb/www/comp/free/ooo_pjb_com_au_card.ps
:
ooo_pjb_com_au_card.ps
/home/pbin/include_run ooo_pjb_com_au_card.ps
>
$@
...
...
posters/long_game.ps
0 → 100644
View file @
53ad0229
%!PS-Adobe-2.0
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This Postscript is Copyright (c) 2018, Peter J Billam %
% Permission is granted to any individual or institution to use, copy, %
% modify or redistribute this software, so long as it is not resold for %
% profit, and provided this notice is retained. It is provided "as is", %
% without any express or implied warranty. http://www.pjb.com.au %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%EndComments
%%BeginProlog
(/home/pjb/ps/lib/colours.ps) run
% (/home/pjb/ps/lib/fonts.ps) run
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%EndPageSetup
/xmax currentpagedevice (PageSize) get 0 get def
/ymax currentpagedevice (PageSize) get 1 get def
darkgrey setrgbcolor 0 0 xmax ymax rectfill
black setrgbcolor
xmax 0.17 mul ymax 0.32 mul moveto
xmax ymax lineto
xmax ymax 0.10 mul lineto
closepath fill
white setrgbcolor
/fs ymax 0.3 mul def
gsave
1.00 1.05 scale /Parisian fs 0.72 mul selectfont
xmax 0.50 mul ymax 0.74 mul moveto (play) show
grestore
gsave
1.10 1.0 scale
/Parisian fs 1.75 mul selectfont
xmax 0.18 mul ymax 0.56 mul moveto (the) show
grestore
gsave
1.0 2.5 scale
/Parisian fs 1.3 mul selectfont
xmax 0.07 mul ymax 0.10 mul moveto (Long) show
grestore
gsave
1.0 1.1 scale
/Parisian fs 1.1 mul selectfont
xmax 0.10 mul ymax 0.11 mul moveto (game) show
grestore
gsave
1.0 1.2 scale
/Parisian fs 0.55 mul selectfont
xmax 0.34 mul ymax 0.04 mul moveto (soon) show
grestore
showpage
%%EOF
posters/long_game_2.ps
0 → 100644
View file @
53ad0229
%!PS-Adobe-2.0
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This Postscript is Copyright (c) 2018, Peter J Billam %
% Permission is granted to any individual or institution to use, copy, %
% modify or redistribute this software, so long as it is not resold for %
% profit, and provided this notice is retained. It is provided "as is", %
% without any express or implied warranty. http://www.pjb.com.au %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%EndComments
%%BeginProlog
(/home/pjb/ps/lib/colours.ps) run
% (/home/pjb/ps/lib/fonts.ps) run
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%EndPageSetup
/xmax currentpagedevice (PageSize) get 0 get def
/ymax currentpagedevice (PageSize) get 1 get def
darkgrey setrgbcolor 0 0 xmax ymax rectfill
white setrgbcolor
xmax 0.17 mul ymax 0.32 mul moveto
xmax ymax lineto
xmax ymax 0.10 mul lineto
closepath fill
black setrgbcolor
/fs ymax 0.3 mul def
gsave
1.00 1.05 scale /Parisian fs 0.72 mul selectfont
xmax 0.50 mul ymax 0.74 mul moveto (play) show
grestore
gsave
1.10 1.0 scale
/Parisian fs 1.75 mul selectfont
xmax 0.18 mul ymax 0.56 mul moveto (the) show
grestore
gsave
1.0 2.5 scale
/Parisian fs 1.3 mul selectfont
xmax 0.07 mul ymax 0.10 mul moveto (Long) show
grestore
gsave
1.0 1.1 scale
/Parisian fs 1.1 mul selectfont
xmax 0.10 mul ymax 0.11 mul moveto (game) show
grestore
gsave
1.0 1.2 scale
/Parisian fs 0.55 mul selectfont
xmax 0.34 mul ymax 0.04 mul moveto (soon) show
grestore
showpage
%%EOF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment