Skip to content

Commit

Permalink
fix(rules): Scale ISBN label to match resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 3, 2022
1 parent 8235283 commit 15a2530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1036,8 +1036,8 @@ $(BUILDDIR)/%-$(_barcode).png: $(BUILDDIR)/%-$(_barcode).svg
$(MAGICKARGS) \
$< \
-bordercolor white -border 10 \
-font Hack-Regular -pointsize 36 \
label:"ISBN $(shell $(_ENV) isbn_format.py $*-manifest.yml paperback mask)" +swap -gravity Center -append \
-font Hack-Regular -pointsize 72 \
label:" ISBN $(shell $(_ENV) isbn_format.py $*-manifest.yml paperback mask)" +swap -gravity Center -append \
-bordercolor white -border 0x10 \
-resize $(call scale,1200)x \
$@
Expand Down

0 comments on commit 15a2530

Please sign in to comment.