StripAlpha¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The image to remove the alpha channel from. | Image |
||
Output ➡️ |
The image with the alpha channel removed. | Image |
This shard takes an image with 4 channels(RGBA) and converts it to a 3-channel(RGB) image with the alpha channel removed.
Details¶
If the input image only has 3 channels, the shard will return the image unchanged.