Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Nov 12, 2023
1 parent ef3e2aa commit fc755e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriverAgentLib/Utilities/FBImageProcessor.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ - (nullable NSData*)processedJpegImageWithData:(NSData *)imageData
if (orientation != kCGImagePropertyOrientationUp) {
// Scale and fix orientation.
// Unfortunately CGContextDrawImage is known to be not very perfomant,
// so consider finding a faster API of for images scale/rotation.
// so consider finding a faster API for images scale/rotation.
resultImage = CGImageSourceCreateImageAtIndex(imageDataRef, 0, NULL);
CGImageRef originalImage = resultImage;
size_t bitsPerComponent = CGImageGetBitsPerComponent(originalImage);
Expand Down

0 comments on commit fc755e4

Please sign in to comment.