mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Ensure pipelineColourspace is applied to all inputs #2704
This commit is contained in:
@@ -97,6 +97,11 @@ namespace sharp {
|
||||
*/
|
||||
VImage Modulate(VImage image, double const brightness, double const saturation, int const hue);
|
||||
|
||||
/*
|
||||
* Ensure the image is in a given colourspace
|
||||
*/
|
||||
VImage EnsureColourspace(VImage image, VipsInterpretation colourspace);
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
#endif // SRC_OPERATIONS_H_
|
||||
|
||||
Reference in New Issue
Block a user