mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 07:06:16 +01:00
Expose linear transform feature of libvips (#1024)
This commit is contained in:
@@ -92,6 +92,11 @@ namespace sharp {
|
||||
*/
|
||||
VImage Trim(VImage image, int const tolerance);
|
||||
|
||||
/*
|
||||
* Linear adjustment (a * in + b)
|
||||
*/
|
||||
VImage Linear(VImage image, double const a, double const b);
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
#endif // SRC_OPERATIONS_H_
|
||||
|
||||
Reference in New Issue
Block a user