ImageProcessItem
public enum ImageProcessItem
Represents an item which could be processed by an ImageProcessor
.
- image: Input image. The processor should provide a way to apply
processing on this
image
and return the result image. - data: Input data. The processor should provide a way to apply
processing on this
image
and return the result image.
-
Input image. The processor should provide a way to apply processing on this
image
and return the result image.Declaration
Swift
case image(Image)
-
Input data. The processor should provide a way to apply processing on this
image
and return the result image.Declaration
Swift
case data(Data)