From c35dcb2a27873b775a59aa990ff6fe253be41b10 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2019 00:04:06 +0100 Subject: Add some basic test cards. --- cards/.gitignore | 4 + cards/Makefile | 18 + cards/sizing_card_flat.svg | 1018 +++++++++++++++++++++++++++++++++++++++++ cards/sizing_card_scope.svg | 1054 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2094 insertions(+) create mode 100644 cards/.gitignore create mode 100644 cards/Makefile create mode 100644 cards/sizing_card_flat.svg create mode 100644 cards/sizing_card_scope.svg diff --git a/cards/.gitignore b/cards/.gitignore new file mode 100644 index 000000000..2b4e19050 --- /dev/null +++ b/cards/.gitignore @@ -0,0 +1,4 @@ +sizing_card_flat +sizing_card_scope +sizing_card_flat.png +sizing_card_scope.png diff --git a/cards/Makefile b/cards/Makefile new file mode 100644 index 000000000..7673de2ea --- /dev/null +++ b/cards/Makefile @@ -0,0 +1,18 @@ +all: sizing_card_flat sizing_card_scope + +sizing_card_flat: sizing_card_flat.png + rm -rf sizing_card_flat + mkdir sizing_card_flat + /usr/bin/dcpomatic2_create --content-ratio 185 $< > $@/metadata.xml + /usr/bin/dcpomatic2_cli $@ + +sizing_card_scope: sizing_card_scope.png + rm -rf sizing_card_scope + mkdir sizing_card_scope + /usr/bin/dcpomatic2_create --content-ratio 239 $< > $@/metadata.xml + /usr/bin/dcpomatic2_cli $@ + +sizing_card_%.png: sizing_card_%.svg + inkscape -z -C -e $@ $< + +clean:; rm -rf sizing_card_flat sizing_card_scope sizing_card_flat.png sizing_card_scope.png diff --git a/cards/sizing_card_flat.svg b/cards/sizing_card_flat.svg new file mode 100644 index 000000000..9e32c1b6d --- /dev/null +++ b/cards/sizing_card_flat.svg @@ -0,0 +1,1018 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + 20 + 40 + 60 + 80 + 100 + + + 120 + 140 + + + + + + 20 + 40 + 60 + 80 + 100 + + + 120 + 140 + + + + + + + 20 + 40 + 60 + 80 + 100 + 120 + 140 + + + + + + + + 20 + 40 + 60 + 80 + 100 + 120 + 140 + + + + + + + + + + + + + + + + + 2K DCI Flat (1998x1080) test card.Each edge has labelled markers at 20 pixel increments.Red arrows' points are at the image edge.dcpomatic.com@dcpomatic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cards/sizing_card_scope.svg b/cards/sizing_card_scope.svg new file mode 100644 index 000000000..049a74d5a --- /dev/null +++ b/cards/sizing_card_scope.svg @@ -0,0 +1,1054 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + 20 + 40 + 60 + 80 + 100 + + + 120 + 140 + + + + + + + + 20 + 40 + 60 + 80 + 100 + 120 + 140 + + + + + + + + + 20 + 40 + 60 + 80 + 100 + 120 + 140 + + + + + + + + + 20 + 40 + 60 + 80 + 100 + + + 120 + 140 + + + + + + + + + + + + 2K DCI Scope (2048x858) test card.Each edge has labelled markers at 20 pixel increments.Red arrows' points are at the image edge.dcpomatic.com@dcpomatic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3