Skip to content

Convierte un archivo .VTF a .PNG y además divide o multiplica el tamaño de la imagen en Python. | Convert a .VTF file to .PNG and also divide or multiply the image size in Python.

Notifications You must be signed in to change notification settings

Fer3D/VTF-to-PNG-and-Size-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTF-to-PNG-and-Size-Optimizer

Convierte un archivo .VTF a .PNG y además divide o multiplica el tamaño de la imagen en Python.

Pasos a seguir para usar este script:

  • Instalar un Python moderno (yo tengo Python 3.11.1)
  • Abrir la consola, ir al directorio donde tengas el contenido de este script y ejecutar: pip install -r requirements.txt
  • Poner los .VTF que quieres pasar a .PNG y cambiar su tamaño en la carpeta Input
  • Ejecutar en la consola: py vtftopng.py

--

Convert a .VTF file to .PNG and also divide or multiply the image size in Python.

Steps to follow to use this script:

  • Install a modern Python (I have Python 3.11.1)
  • Open the console, go to the directory where you have the content of this script and execute: pip install -r requirements.txt
  • Put the .VTF files you want to convert to .PNG and change their size in the Input folder
  • Run in the console: py vtftopng.py

About

Convierte un archivo .VTF a .PNG y además divide o multiplica el tamaño de la imagen en Python. | Convert a .VTF file to .PNG and also divide or multiply the image size in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages