File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
sudo mv magick /usr/local/bin/
87
87
sudo ldconfig
88
88
89
+ export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
90
+
89
91
magick --version
90
92
91
93
magick -list format | grep AVIF
94
96
95
97
magick -list configure
96
98
97
- ls /usr/lib/ImageMagick-7.1.1/modules-Q16HDRI/coders
98
-
99
99
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec magick {} -pointsize 48 -fill "#909090" -font ./static/ArchitectsDaughter-Regular.ttf -gravity south -annotate +0+20 "@liudon\nhttps://liudon.com" -resize 1080x\> {} \;
100
100
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec magick {} -quality 75 -define webp:image-hint=photo {}_1080x.webp \;
101
101
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec magick -debug all {} {}_1080x.avif \;
You can’t perform that action at this time.
0 commit comments