Skip to content

Commit 1603e44

Browse files
committed
debug
1 parent d3526ae commit 1603e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
sudo mv magick /usr/local/bin/
8787
sudo ldconfig
8888
89+
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
90+
8991
magick --version
9092
9193
magick -list format | grep AVIF
@@ -94,8 +96,6 @@ jobs:
9496
9597
magick -list configure
9698
97-
ls /usr/lib/ImageMagick-7.1.1/modules-Q16HDRI/coders
98-
9999
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\> {} \;
100100
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec magick {} -quality 75 -define webp:image-hint=photo {}_1080x.webp \;
101101
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec magick -debug all {} {}_1080x.avif \;

0 commit comments

Comments
 (0)