Functions
The following functions are available globally.
-
Concatenates two
ImageProcessor
s.ImageProcessor.append(another:)
is used internally.Declaration
Swift
public func >> (left: ImageProcessor, right: ImageProcessor) -> ImageProcessor
Parameters
left
The first processor.
right
The second processor.
Return Value
The concatenated processor.