yruen / Texture-Filterer

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

EXPORT HASHES TO TXT OR OTHER FORMAT TO NOT NEED TO KEEP CREATING HASHES #7

Closed yruen closed 2 years ago

yruen commented 2 years ago

https://github.com/yruen/UpscaleTesting/blob/a0a91a73411f34924a19a0a68ec2aa074dfe596a/ImageFilterer.py#L48

yruen commented 2 years ago

Works well the first run, messes up on secondary runs. Running it once sorts images properly, running it twice groups a bunch of images together. Still faster than non-caching method though.

yruen commented 2 years ago

Second run comparison generate a bunch of super high and low numbers. Will keep open, fix for now is just to check if the hash result is >= 0 since imagehash only reports 0 and higher gnome-shell-screenshot-3mfz1d

gnome-shell-screenshot-44ovia

yruen commented 2 years ago

Forgot to close this woops, fixed with PR #29