ImageWriterServiceFactory
@objc
public protocol ImageWriterServiceFactory
Image writer service factory protocol
-
Create an instance of image writer service
Throws
Error if the service creation failsDeclaration
Swift
func makeImageWriterService() throws -> ImageWriterServiceReturn Value
Instance of a class that conforms to the
ImageWriterServiceprotocol
ImageWriterServiceFactory Protocol Reference