summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-26 22:16:58 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:13:09 +0100
commit3d8086e53dab2780360bd27040b872c359cefc0c (patch)
tree8a387bccc40ff34494f3675e27cba0bdb0ae85de /tools
parentbd552b780453ce5a1299968333cf48f7bfbc2b69 (diff)
downloadplantagenet-3d8086e53dab2780360bd27040b872c359cefc0c.tar.gz
Cylinders.
Red color may need adjusting.
Diffstat (limited to 'tools')
-rw-r--r--tools/gencyl.js62
-rw-r--r--tools/markers2.sh12
2 files changed, 69 insertions, 5 deletions
diff --git a/tools/gencyl.js b/tools/gencyl.js
new file mode 100644
index 0000000..31c0c2e
--- /dev/null
+++ b/tools/gencyl.js
@@ -0,0 +1,62 @@
+// physical cylinders are diameter 15mm x 10mm
+// at 75dpi => 44px x 29px
+// stickers: 42x28
+// image: 44x? - outline at 1 to 2 - start at 1.5
+
+const fs = require('fs')
+
+function print_lord(output, side, label) {
+ let image = fs.readFileSync(label).toString('base64')
+ let svg = []
+ let bd = '#222'
+ let f = 'url(#g)'
+ svg.push('<svg xmlns="http://www.w3.org/2000/svg" width="44" height="48">')
+ svg.push('<clipPath id="c"><ellipse cx="22" cy="15" rx="20.5" ry="13.5"/></clipPath>')
+
+ svg.push('<linearGradient id="g">')
+ if (side === 'york') {
+ svg.push('<stop offset="0%" stop-color="#ddd"/>')
+ svg.push('<stop offset="40%" stop-color="#fff"/>')
+ svg.push('<stop offset="100%" stop-color="#ccc"/>')
+ bd = '#555'
+ } else {
+ svg.push('<stop offset="0%" stop-color="#d33"/>')
+ svg.push('<stop offset="40%" stop-color="#f44"/>')
+ svg.push('<stop offset="100%" stop-color="#c22"/>')
+ bd = '#533'
+ }
+ svg.push('</linearGradient>')
+
+ svg.push(`<path fill="${f}" stroke="${bd}" d="M1.5 15v18A20.5 13.5 0 0 0 22 46.5 20.5 13.5 0 0 0 42.5 33V15h-41z"/>`)
+ svg.push(`<image href="data:image/png;base64,${image}" clip-path="url(#c)" x="1" y="1" width="42" height="28"/>`)
+ svg.push(`<ellipse fill="none" stroke="${bd}" cx="22" cy="15" rx="20.5" ry="13.5"/>`)
+
+ svg.push('</svg>')
+ fs.writeFileSync(output, svg.join("\n") + "\n")
+}
+
+print_lord("images/lord_york_1.svg", "york", "HIRES/sticker/label_0.png")
+print_lord("images/lord_york_2.svg", "york", "HIRES/sticker/label_1.png")
+print_lord("images/lord_york_3.svg", "york", "HIRES/sticker/label_2.png")
+print_lord("images/lord_york_4.svg", "york", "HIRES/sticker/label_3.png")
+print_lord("images/lord_york_5.svg", "york", "HIRES/sticker/label_4.png")
+print_lord("images/lord_york_6.svg", "york", "HIRES/sticker/label_10.png")
+print_lord("images/lord_york_7.svg", "york", "HIRES/sticker/label_11.png")
+print_lord("images/lord_york_8.svg", "york", "HIRES/sticker/label_12.png")
+print_lord("images/lord_york_9.svg", "york", "HIRES/sticker/label_13.png")
+print_lord("images/lord_york_10.svg", "york", "HIRES/sticker/label_14.png")
+print_lord("images/lord_york_11.svg", "york", "HIRES/sticker/label_20.png")
+print_lord("images/lord_york_12.svg", "york", "HIRES/sticker/label_21.png")
+
+print_lord("images/lord_lancaster_1.svg", "lancaster", "HIRES/sticker/label_5.png")
+print_lord("images/lord_lancaster_2.svg", "lancaster", "HIRES/sticker/label_6.png")
+print_lord("images/lord_lancaster_3.svg", "lancaster", "HIRES/sticker/label_7.png")
+print_lord("images/lord_lancaster_4.svg", "lancaster", "HIRES/sticker/label_8.png")
+print_lord("images/lord_lancaster_5.svg", "lancaster", "HIRES/sticker/label_9.png")
+print_lord("images/lord_lancaster_6.svg", "lancaster", "HIRES/sticker/label_15.png")
+print_lord("images/lord_lancaster_7.svg", "lancaster", "HIRES/sticker/label_16.png")
+print_lord("images/lord_lancaster_8.svg", "lancaster", "HIRES/sticker/label_17.png")
+print_lord("images/lord_lancaster_9.svg", "lancaster", "HIRES/sticker/label_18.png")
+print_lord("images/lord_lancaster_10.svg", "lancaster", "HIRES/sticker/label_19.png")
+print_lord("images/lord_lancaster_11.svg", "lancaster", "HIRES/sticker/label_22.png")
+print_lord("images/lord_lancaster_12.svg", "lancaster", "HIRES/sticker/label_26.png")
diff --git a/tools/markers2.sh b/tools/markers2.sh
index 32196c5..0a6470d 100644
--- a/tools/markers2.sh
+++ b/tools/markers2.sh
@@ -1,21 +1,23 @@
# lancaster is red
# york is white
-mkdir -p HIRES/output
+mkdir -p HIRES/output HIRES/sticker
function trim {
echo trimming $3
- bash tools/trim_border.sh $1 $2 HIRES/render/$3.ppm HIRES/output/$4.png
+ bash tools/trim_border.sh $1 $2 HIRES/render/$3.png HIRES/output/$4.png
}
function small {
# large square 35x35 => 280
- convert -gravity Center -crop 280x280+0+0 HIRES/render/$1.ppm HIRES/output/$2.png
+ convert -gravity Center -crop 280x280+0+0 HIRES/render/$1.png HIRES/output/$2.png
}
function sticker {
- # round sticker labels 40x40 => 320x320
- trim 320 320 $1 $1
+ # round sticker labels 42x42 => 336x336 => isometric 42x28
+ echo trimming $1
+ bash tools/trim_border.sh 336 336 HIRES/render/$1.png /tmp/sticker.png
+ convert /tmp/sticker.png -colorspace RGB -resize 84x56! -colorspace sRGB HIRES/sticker/$1.png
}
function round {