PxUiPageCropScreenResult.finished(image:cutout:) Case

case finished(image: UIImage, cutout: PxCutout)

References: PxCutout

The user confirmed. image is the (possibly-rotated) source; cutout the adjusted corners. The adopter processes them (crop / dewarp / colour profile) — the screen does not.

Top