make tall images a little bigger
This commit is contained in:
parent
6eabbccae7
commit
b855fbc9ad
2 changed files with 3 additions and 2 deletions
|
@ -105,7 +105,7 @@ makeRules prefix filters build data_ tmp = [b|@0
|
|||
$@buildPrefix/%_med.png: $@data_/%.png
|
||||
echo "[resize] "$$@
|
||||
mkdir -p $$(dir $$@)
|
||||
convert -resize '$$(MED)x$$(MED)>' "$$<" "$$@"
|
||||
convert -resize '$$(MEDW)x$$(MEDH)>' "$$<" "$$@"
|
||||
|]
|
||||
where
|
||||
buildPrefix = build </> prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue