TitleCardMaker icon indicating copy to clipboard operation
TitleCardMaker copied to clipboard

Add new `grayscale` un/watched style option

Open CollinHeist opened this issue 3 years ago • 3 comments

A new unwatched_style / watched_style should be added alongside art, blur, and unique that makes the image B/W.

I think the best option is probably grayscale. The best ImageMagick command modifier for this is probably -colorspace gray.

CollinHeist avatar Oct 14 '22 18:10 CollinHeist

It'd technically be possible (in ImageMagick) to apply both the blur and grayscale styles, as they're both just boolean toggles. For prosperity, both grayscale and grayscale blur / blur grayscale should be supported.

CollinHeist avatar Oct 14 '22 20:10 CollinHeist

Oh interesting! Probably an even different future enhancement but is it possible to control the hardness of the blur?

JamsRepos avatar Oct 14 '22 23:10 JamsRepos

Oh interesting! Probably an even different future enhancement but is it possible to control the hardness of the blur?

@LubricantJam Currently that's customizable per card type, so anyone making a completely custom card type can change that setting, but it's otherwise fixed. Not impossible to make that adjustable in the future though

CollinHeist avatar Oct 14 '22 23:10 CollinHeist