ignoreMaskChannels method

Format ignoreMaskChannels()

Ensures that an alpha channel is not applied to a TIFF image if it is a mask channel.

Returns Format

Implementation

Format ignoreMaskChannels() {
  _ignoreMaskChannels = true;
  return this;
}