yruen / Texture-Filterer

A collection of Python scripts to organize texture dumps in various ways
MIT License
2 stars 0 forks source link

Improve the grouping by resolution code #17

Closed yruen closed 2 years ago

yruen commented 2 years ago

Create a def that takes in a particular resolution and only do images at that resolution

Pseudo example:

Res = 64x64
Def groupResolution(Res):
    If image.size == Res:
        *Move into newly created res folder*