Create PBR images for Microsoft Flight Simulator by merging AOA,Roughness and Metallic into a single image!
Enter the names of your 3 or 2 images to the utility and... Magic!
Example: Concrete01_AO.png Concrete01_RG.png Concrete01_MT.png
Remind that you can leave BLUE(Metallic) empty and it will be fully black.
For editing the file you will need Python 3.11, Colorama module and Pillow:
pip install Pillow
pip install Colorama
Grab the latest release on: https://github.com/unaigonzalezz/IMG2PBR/releases/tag/Release
Errors are expected to appear, the utility is on a early stage and I will continue with the development.
If you have strange numbers on the headline of the utility, you need to install Python, otherwise you won't see the colours.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.