Skip to content

Latest commit

 

History

History
48 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

48 lines (21 loc) · 1.1 KB

IMG2PBR

Create PBR images for Microsoft Flight Simulator by merging AOA,Roughness and Metallic into a single image!

alt text

Use

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.

Prerrequisites

For editing the file you will need Python 3.11, Colorama module and Pillow:

pip install Pillow
pip install Colorama

Download

Grab the latest release on: https://github.com/unaigonzalezz/IMG2PBR/releases/tag/Release

Known issues

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.

Contributing

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.

License

MIT