We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadcc94 commit 219df2dCopy full SHA for 219df2d
1 file changed
build/generate-social-image.sh
@@ -15,9 +15,9 @@ OUTPUT_DIR="${REPO_ROOT}/release-notes/images/${VERSION_FOLDER}"
15
16
mkdir -p "${OUTPUT_DIR}"
17
18
-magick -background none -fill white -font NimbusSans-Bold -pointsize 75 label:"v${VERSION}" text.png
+magick -background none -fill white -font NimbusSans-Bold -pointsize 75 label:"v${VERSION}" PNG32:text.png
19
20
-magick text.png "${TEMPLATES}/gradient.png" -alpha off -compose copy_opacity -composite text_masked.png
+magick "${TEMPLATES}/gradient.png" PNG32:text.png -compose DstIn -composite PNG32:text_masked.png
21
22
magick "${TEMPLATES}/release-social-background.png" text_masked.png -geometry +675+432 -composite "${OUTPUT_DIR}/release-highlights.webp"
23
0 commit comments