mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 07:06:16 +01:00
Add boolean feature for bitwise image operations (#501)
This commit is contained in:
committed by
Lovell Fuller
parent
99f960bf56
commit
d17e8d3450
@@ -123,6 +123,11 @@ namespace sharp {
|
||||
*/
|
||||
int MaximumImageAlpha(VipsInterpretation interpretation);
|
||||
|
||||
/*
|
||||
Get VIPS Boolean operatoin type from string
|
||||
*/
|
||||
VipsOperationBoolean GetBooleanOperation(std::string opStr);
|
||||
|
||||
|
||||
} // namespace sharp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user