reduce background gradient artefacts
This commit is contained in:
4
Makefile
4
Makefile
@@ -57,6 +57,10 @@ dst/word_cloud_%.png: images/word_cloud_%.png
|
|||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
magick $< -resize 2000x2000 $@
|
magick $< -resize 2000x2000 $@
|
||||||
|
|
||||||
|
dst/background.jpg: images/background.jpg
|
||||||
|
@mkdir -p $(@D)
|
||||||
|
magick $< -quality 80 $@
|
||||||
|
|
||||||
dst/%.jpg: images/%.jpg
|
dst/%.jpg: images/%.jpg
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
ln -f $< $@
|
ln -f $< $@
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 860 KiB |
Reference in New Issue
Block a user