Page 1 of 1

Mipmap script (Python)

Posted: Tue Dec 29, 2020 12:47 am
by Deadlock989
-

Re: Mipmap script (Python)

Posted: Fri Mar 05, 2021 3:09 pm
by snouz
Thanks, it works like a charm for me on windows using Anaconda, but for some reason I had to use absolute paths, like "C:/Users/Max/Desktop/output/" instead of "./output/".

For future users who are not python friendly, you need python3, anaconda, then you need the lib Pillow, install it with:

Code: Select all

python -m pip install --upgrade Pillow