Skip to content

Create new DividerTitleCard card type #326

@CollinHeist

Description

@CollinHeist

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.jpg

With 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestneeds-mergedIssue has been resolved on a development branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions