diff --git a/src/enums/alpha-option.ts b/src/enums/alpha-option.ts index e4b90c0..9e0bf47 100644 --- a/src/enums/alpha-option.ts +++ b/src/enums/alpha-option.ts @@ -98,4 +98,9 @@ export enum AlphaOption { * RGB data still intact, but fully transparent. */ Transparent, + + /** + * Removes the alpha channel when the alpha value is opaque for all pixels. + */ + OffIfOpaque, }