stripe-ios/StripeIdentity/StripeIdentityTests/Mock Files/Mock Photos
Mel c1c0f52e10
IDPROD-2969: Downscale images using CGImage instead of CIImage (#879)
Identity's `DocumentUploader` was uploading
images at 2x or 3x times the desired dimensions
because we were using `CIImage` to resize images.
There's a bug in the `CIImage` library that
exports UIImages that have been initialized from
a CIImage at the device's screen scale instead of
the specified UIImage scale. This meant that any
CIImage-based UIImages uploaded via
`STPAPIClient.uploadImage` were using an
incorrect scale.
2022-03-18 14:20:15 -07:00
..
back_drivers_license.jpg IDPROD-2742 part 2: ID Scan ViewController (#481) 2021-11-11 14:59:21 -08:00
cgimage_stripeidentity_test.png IDPROD-2969: Downscale images using CGImage instead of CIImage (#879) 2022-03-18 14:20:15 -07:00
front_drivers_license.jpg IDPROD-2742 part 2: ID Scan ViewController (#481) 2021-11-11 14:59:21 -08:00
header_icon.png IDPROD-3130: Update `IdentityFlowView` PT3 (#700) 2022-02-04 11:58:07 -08:00