mirror of
https://github.com/lovell/sharp.git
synced 2026-02-08 07:36:16 +01:00
Allow ensureAlpha to set alpha transparency level #2634
This commit is contained in:
@@ -296,7 +296,7 @@ namespace sharp {
|
||||
/*
|
||||
Ensures alpha channel, if missing.
|
||||
*/
|
||||
VImage EnsureAlpha(VImage image);
|
||||
VImage EnsureAlpha(VImage image, double const value);
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user