Skip to content

flodri/RGBA-Formats-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Version : 0.4 (10/11/2020)

To run the .py (source) version, you'll need :
- to have python 3.6 or more
- the Pillow (PIL fork) library
it should work on both windows and linux.
otherwise if you're on windows you can directly use
the .exe released on github.

When you have all of this simply run the MAIN.py file.

If you need more informations or help,
here is my discord server : https://discord.gg/gbEdcxW

Changelog :
0.4 (10/11/2020)
  - fixed a bug where it would not detec file outside of propage mode
  - checked options so that by default it's setup to convert a whole mc ressource pack
0.3 (09/09/2020)
  - you can now choose source and target folder with the "..." buttons
  - A warning box is displayed when the conversion finish successfully
  - docstrings have been added to the convert() and convert_img() methods
0.2 (27/07/2020)
  - fix presets
  - improved perf
  - sub-folder propagation is now a option (work only when overwrite is enable)
  - removed some print
  - improved feedback a bit
0.1 (04/07/2020)
  - This thing now exist