-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
enhancementNew feature or requestNew feature or requestneeds-mergedIssue has been resolved on a development branchIssue has been resolved on a development branch
Description
I don't yet know what to call this card type, but it should be fairly simple, and based on "title cards" featured in Overlord season 3 - for example:
Although white/red should not be the default color. A rough ImageMagick command to do this (haven't tested for more than 3 minutes):
convert in.jpg \
-background transparent \
-font "hiragino-mincho-w3.ttc" \
\( -gravity east \
-pointsize 100 \
-stroke black \
-strokewidth 8 \
label:"Season 1\nEpisode 1" \
-pointsize 225 \
-gravity center \
label:"|" \
-gravity west \
-pointsize 100\
label:"Example\nTitle" \
+smush 25 \
-bordercolor transparent \
-border 50x50 \
-blur 0x4 \) \
-gravity southeast \
-composite \
\( -gravity east \
-pointsize 100 \
-fill white \
-stroke none \
-strokewidth 8 \
label:"Season 1\nEpisode 1" \
-pointsize 225 \
-gravity north label:"|" \
-gravity west \
-pointsize 100 \
label:"Example\nTitle" \
+smush 31 \
-bordercolor transparent \
-border 50x50 \) \
-gravity southeast \
-composite out.jpgWith the under stroke being generated by a blurred version of the overlaying text. Theoretically the index/title text position could easily be swapped around on the image and relative to each other.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds-mergedIssue has been resolved on a development branchIssue has been resolved on a development branch
