Two new features for Shena'Fu's Card Creator.
- A new image manipulation command to turn a color transparent.
- Image fields can now accept more than one image URL.
Transparent
To turn a specific color transparent or translucent, use this command:
##transparent,color,alpha
- color uses HTML format: 6-hex-digits with leading hash #
- alpha is float between 0.0 and 1.0, where 0.0 is fully transparent, and 1.0 is fully opaque.
Ex. turn cyan invisible
##transparent,#00FFFF,0.0
Multiple Images
All image fields (seticon, typeicon, watermark, overlay, art) may accept multiple images. At the end of the URL, append $$ double dollars before each extra image. Each image can also have their own image manipulation commands. These commands go before the next $$.
Not to be confused with double semicolons ;; that separates each half of a split card. $$ and ;; can work together to provide multiple images to one or both halves.
Ex. two images on top of each other
https://ieants.cc/magic/symbols/guilds/mana_rw.png$$https://ieants.cc/magic/symbols/guilds/mana_wu.png
Ex. two guild symbols side by side
https://ieants.cc/magic/symbols/guilds/mana_rw.png##pad,r,205##alpha,0.1618$$https://ieants.cc/magic/symbols/guilds/mana_wu.png##pad,l,205##alpha,0.1618
Here we pad images to "push" them to left or right. Then alpha the images.
Ex. each half of a split card gets two different watermarks (total 4 different watermarks)
https://ieants.cc/magic/symbols/guilds/mana_rw.png##pad,r,205##alpha,0.1618$$https://ieants.cc/magic/symbols/guilds/mana_wu.png##pad,l,205##alpha,0.1618;;https://ieants.cc/magic/symbols/guilds/mana_gw.png##pad,r,205##alpha,0.1618$$https://ieants.cc/magic/symbols/guilds/mana_br.png##pad,l,205##alpha,0.1618
Sample Images





