mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 22:56:16 +01:00
Standardise approach for string to enum conversion
This commit is contained in:
@@ -45,6 +45,11 @@ namespace sharp {
|
||||
*/
|
||||
VImage Gamma(VImage image, double const exponent);
|
||||
|
||||
/*
|
||||
* Flatten image to remove alpha channel
|
||||
*/
|
||||
VImage Flatten(VImage image, std::vector<double> flattenBackground);
|
||||
|
||||
/*
|
||||
* Produce the "negative" of the image.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user