Functions
The following functions are available globally.
-
Concatenate two
ImageProcessors.ImageProcessor.appen(another:)is used internally.Declaration
Swift
public func >>(left: ImageProcessor, right: ImageProcessor) -> ImageProcessorParameters
leftFirst processor.
rightSecond processor.
Return Value
The concatenated processor.
View on GitHub
Install in Dash
Functions Reference