mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/phonebox/default.nix
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
name = "create-contact-tiff";
|
name = "create-contact-tiff";
|
||||||
text = ''
|
text = ''
|
||||||
magick -background white -fill black -pointsize 20 -font DejaVu-Sans label:"${contactTXT}" "$1"
|
magick -background white -fill black -pointsize 20 -font DejaVu-Sans label:"${contactTXT}" "$1"
|
||||||
magick "$1" -border 50x50 -bordercolor white "$1"
|
magick "$1" -border 20x50 -bordercolor white "$1"
|
||||||
magick "$1" -resize 1728x -units PixelsPerInch -compress Group4 -density 204x196 -monochrome -depth 1 "$1"
|
magick "$1" -resize 1728x -units PixelsPerInch -compress Group4 -density 204x196 -monochrome -depth 1 "$1"
|
||||||
'';
|
'';
|
||||||
runtimeInputs = [ pkgs.imagemagick ];
|
runtimeInputs = [ pkgs.imagemagick ];
|
||||||
|
|||||||
Reference in New Issue
Block a user