Skip to content

Simple powershell script to convert Godot StreamTexture(.stex) to .png file.

Notifications You must be signed in to change notification settings

zaevi/godot-stex2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

godot-stex2png

Simple powershell script to convert Godot StreamTexture(.stex) to .png file.

Usage:

# Convert single .stex file
./stex2png.ps1 streamtexture.stex
    # will generate streamtexture.png

# Convert using pipeline
ls *.stex | ./stex2png.ps1

About

Simple powershell script to convert Godot StreamTexture(.stex) to .png file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published