How To/Use GIMP to create a PBRMetal parameters image

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
m (Fixed problem with image)
m (Typo)
 
Line 40: Line 40:
 
== Actions ==
 
== Actions ==
  
* Start GIMP.  You will need the Layers and Channels windows open. If those windows are not visible then look in the Windows drop down menu -> Dockable Dialongs (or Ctrl L). You may also find it useful to run GIMP as a single window. (Windows->Single-Window Mode)
+
* Start GIMP.  You will need the Layers and Channels windows open. If those windows are not visible then look in the Windows drop down menu -> Dockable Dialogs (or Ctrl L). You may also find it useful to run GIMP as a single window. (Windows->Single-Window Mode)
 
* Select the Layers tab.  It should be empty.
 
* Select the Layers tab.  It should be empty.
  

Latest revision as of 08:28, 23 July 2019

Contents

[edit] Introduction

This tutorial demonstrates how to create a PBRMetal parameters image within GIMP.


[edit] GIMP

GIMP (GNU Image Manipulation Program) is a free image painting program available from the GIMP website. The version used for this tutorial is GIMP 2.10.2.

[edit] Process

This tutorial only discusses the use of uncompressed Targa (TGA). These files use 8 bits for each channel so a RGBA texture would have 4 * 8 = 32 bits per pixel. Trainz will accept PNG files and PNG files may work with this process.

[edit] Using your own images

This assumes you have your own images for use in the:

  • Red Channel - Emissive
  • Green Channel - Roughness channel
  • Blue Channel - Ambient occlusion
  • Alpha Channel - Metallic

These files should all have the same dimensions, the same size as the target parameters file, and correctly sized for Trainz purposes.

Four images are provided for tutorial purposes and can be found in File:GIMP-parameters-tute-images.zip:

  • red_channel-emissive.tga
  • green_channel-roughness.tga
  • blue_channel-ao.tga
  • alpha_channel-metallic.tga

For convenience, the file names reflect the channel id and the type of texture. The emissive and ambient occlusion textures are plain colours but the roughness and metallic have shades of grey. Here is how the channels look in Images2TGA: Red - emissive channel in Images2TGA.jpg Green - roughness channel in Images2TGA.jpg Blue - AO channel in Images2TGA.jpg Alpha - metallic channel in Images2TGA.jpg


[edit] Actions

  • Start GIMP. You will need the Layers and Channels windows open. If those windows are not visible then look in the Windows drop down menu -> Dockable Dialogs (or Ctrl L). You may also find it useful to run GIMP as a single window. (Windows->Single-Window Mode)
  • Select the Layers tab. It should be empty.

GIMP channels and layers.jpg

[edit] Load the channel images

  • Use the "Open as Layers" control (Ctrl+Alt+O) to load the red (emissive) channel image. The emissive image is displayed.
  • Repeat for the green (roughness), blue (AO) and alpha channel (metallic) images.
  • On completion, the GIMP window should look like the following. The four "channels" are loaded as layers and the channels of the image are the product of those layers. The channels will be black for this example.
  • The order of the layers is not important.

GIMP merged channels.jpg

  • Save the data as a new image in XCF format. This will preserve the layers. Use a name like working_parameters.xcf or whatever suits you.

[edit] Composing the channels

  • Use the Image->Mode->Grayscale command to change the image to greyscale. GIMP will change to a single channel called Gray plus an alpha. The Gray channel will probably be black.

GIMP - after grayscale.jpg

  • Open the Compose Channels dialog using the Colors->Components->Compose command. You may want to widen the dialog box as the filenames can be long.
  • Change the Color model to RGBA.
  • For each channel change the link to the appropriate input file. After this the dialog should look something like the following:

GIMP - compose channels.jpg

  • Select OK and a new image is created and should look like the image below. GIMP treats the image as being partially transparent due to the alpha channel.

GIMP - after parameter image created.jpg

  • Make sure the parameters image is selected and export as a TGA uncompressed or PNG file.
  • The exported image should look like the following image as shown in Images2TGA.

GIMP - parameters image in Images2TGA.jpg

[edit] Making an Emissive channel in GIMP

Rather than making an emissive image you can manufacture it within GIMP. This can be useful if you want zero emissive (black) or some self illumination (greys), See M.pbrmetal for more information.

  • Instead of importing an emissive image create a new layer and fill the background with the colour of your choice.


See also: M.pbrmetal


<< How To Guides

Personal tools