From c7050a0cb1c875dca42b8d78e5789758428d81b9 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Sat, 31 Jan 2026 16:11:44 +0100 Subject: [PATCH] Formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 025c8bc..f93b700 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ![Two example cards, one serialized in grayscale with 5/7, one in colored gradient with 42/100](example.png) ## Overview -This script bulk overlays a box with numbers over input images to have serialized versions of them, just as WotC does it. The concept includes handling of any input image size (assuming it is roughly a scaled 63mm x 88mm MTG card design). As the box to be applied is taken from a source image, there needs to be two pixel spaces: reference space (1500px x 2100px) and image space (defined by the input image). They will be transformed via an automatically calculated scale. This scale is not x/y separate and only a best effort to not squash the box image, so it might break with input images too far removed from the MTG ratio. +This script bulk overlays a box with numbers over input images to have serialized versions of them, just as WotC does it. The concept includes handling of any input image size (assuming it is roughly a scaled 63mm x 88mm MTG card design). + +As the box to be applied is taken from a source image, there needs to be two pixel spaces: reference space (1500px x 2100px) and image space (defined by the input image). They will be transformed via an automatically calculated scale. This scale is not x/y separate and only a best effort to not squash the box image, so it might break with input images too far removed from the MTG ratio. ## Usage @@ -24,4 +26,4 @@ This script bulk overlays a box with numbers over input images to have serialize ## Credits -The Gotham font family was designed by Tobias Frere-Jones & Jesse Ragan. It is free for personal use. If you want to use it commercially, you need to license it. \ No newline at end of file +The Gotham font family was designed by Tobias Frere-Jones & Jesse Ragan. It is free for personal use. If you want to use it commercially, you need to license it.