Image Editor
TruvideoSdkImageEditorPreset
TruvideoSdkImageEditorPresetlet configuration = TruvideoSdkImageEditorPreset(
imageURL: imageUrl, // URL of the image to be edited
outputURL: outputUrl // URL where the edited image will be saved
)let configuration2 = TruvideoSdkImageEditorPreset(
image: inputImage, // UIImage to be edited
outputURL: outputUrl // URL where the edited image will be saved
)presentTruvideoSdkImageEditorView(preset:onComplete:)
presentTruvideoSdkImageEditorView(preset:onComplete:)Last updated
Was this helpful?