stripe-ios/Tests/ReferenceImages_64/StripeIdentityTests.CGImage...
Mel c31f497d59
Selfie Image Upload Part 1: Update image cropping (#1157)
- Adds a `CropPaddingComputationMethod` enum
  which determines how the crop padding size is
  computed in `CGImage+StripeIdentity.swift`
- Updates the cropping and scaling methods to
  throw errors directly instead throwing them
  from the Uploader

Selfie images are cropped differently than
Identity Document images –
- The crop padding of documents is computed as
  a percentage of the max width or height of the
  original image size.
- The crop padding of selfies is computed as a
  percentage of the region of interest's width
2022-06-02 15:00:05 -07:00
..
testCropContainedAndReturnError_@3x.png Selfie Image Upload Part 1: Update image cropping (#1157) 2022-06-02 15:00:05 -07:00
testCropPaddingUncontainedBottomRightAndReturnError_@3x.png Selfie Image Upload Part 1: Update image cropping (#1157) 2022-06-02 15:00:05 -07:00
testCropPaddingUncontainedTopLeftAndReturnError_@3x.png Selfie Image Upload Part 1: Update image cropping (#1157) 2022-06-02 15:00:05 -07:00
testCropROIUncontainedBottomLeftAndReturnError_@3x.png Selfie Image Upload Part 1: Update image cropping (#1157) 2022-06-02 15:00:05 -07:00
testCropROIUncontainedTopRightAndReturnError_@3x.png Selfie Image Upload Part 1: Update image cropping (#1157) 2022-06-02 15:00:05 -07:00