Skip to content

🖼️ Python script for batch resizing quadratic textures

Notifications You must be signed in to change notification settings

flolu/texture-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python script for batch resizing textures

Setup

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Usage

Single file

python3 src/main.py input_image.tif

Directory

python3 src/main.py ./directory

Resized images will be located in /out after processing is done

About

🖼️ Python script for batch resizing quadratic textures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages