ignoreMaskChannels method Null safety
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;
}
Ensures that an alpha channel is not applied to a TIFF image if it is a mask channel.
Returns Format
Format ignoreMaskChannels() {
_ignoreMaskChannels = true;
return this;
}