Convert Text to Image. Redirect your output into variable/file and then convert it to image. With our various range of options, customize you text and save as an image.
Image formats supported:
- png
- bmp
- gif
- jpeg
- tiff
Install-Module -Name TextToImage
ConvertTo-Image
or
txt2img
This module has no dependencies.
ConvertTo-Image -text "lord death"
ConvertTo-Image -text "lord death" -BackgroundMode "Transparent"
ConvertTo-Image -text "lord death" -SolidColor "20,40,60,190"
ConvertTo-Image -text "lord death" -font "Comfortaa Regular"
ConvertTo-Image -text "lord death" -size 20
FontColor (default White, check here for more colors)
ConvertTo-Image -text "lord death" -FontColor "AliceBlue"
ConvertTo-Image -text "lord death" -name LordDeath
ConvertTo-Image -text "lord death" -type "Jpeg"
ConvertTo-Image -text "lord death" -path "D:\Death\"
txt2img -ImageText "Testing text2image mod" -BackGroundMode "SolidColor" -SolidColor "200, 255, 0, 255" -FontFace "Segoe UI Variable Display Semilight" -FontSize 18 -FontColor "MidnightBlue" -ImageName "LordDeath" -ImageType "png"
Output: