MBIImageReturnProcessor


@interface MBIImageReturnProcessor : MBIProcessor <NSCopying>

Processor that will simply save given image.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • MBIImageReturnProcessor processor result

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) MBIImageReturnProcessorResult *_Nonnull result;

    Swift

    var result: MBIImageReturnProcessorResult { get }
  • Defines whether saved image will also be encoded as JPEG. This is false by default, which means that only original image will be saved.

    Default: NO

    Declaration

    Objective-C

    @property (nonatomic) BOOL encodeImage;

    Swift

    var encodeImage: Bool { get set }