]> Pileus Git - ~andy/spades/blobdiff - makefile
Add border around cards
[~andy/spades] / makefile
index 49c95d8c5ce6de3abbd16a7aae2b474fa9efd2d3..94988d6bf5fe5f05561e2472160574419f3ea729 100644 (file)
--- a/makefile
+++ b/makefile
@@ -68,7 +68,10 @@ convert:
                png=$${png/opt/res};             \
                rsvg-convert -w 2048 -h 2048     \
                        $$svg -o $$png;          \
-               convert -trim -resize '256x256!' \
+               convert -trim                    \
+                       -resize      '254x254!'  \
+                       -bordercolor '#00000000' \
+                       -border      '1x1'       \
                        $$png $$png;             \
        done