Image Editing
Prerequisites
Edit an Image
Step 1: Initialize the Image Editor Preset
let configuration = TruvideoSdkImageEditorPreset(
imageURL: inputUrl, // Input image URL
outputURL: outputUrl // Output path for the edited image
)Step 2: Present the Image Editor View
Final Implementation
Final Result -

Learn More
Last updated
Was this helpful?