Text to Image Converter

-Python script | Photoshop

  • The Python script is using the win32com.client library to control Adobe Photoshop through its COM interface.
  • Exports the modified PSD file as a PNG file with the name corresponding to the current input and stores it in a specific directory.
  • Sets up the PNGSaveOptions to have no compression.

       This script offers a swift way to create sharp and stylized images of every numerical digit from 0-9 and every letter from a-z using Adobe Photoshop. These images, converted from a base PSD file, become perfect candidates for particle effects in-game scenarios, especially for damage numbers and floating text. I am planning to add emojis and symbols to our asset generation lineup soon.