Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update FLTImagePickerImageUtil.m
  • Loading branch information
Chris Yang authored Oct 11, 2019
commit c4f10275defd7e7d47a7e02894663b3303f024a8
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ + (UIImage *)scaledImage:(UIImage *)image
}
}
}
NSLog(@"orientation %@", @(image.imageOrientation));
// Scaling the image always rotate itself based on the current imageOrientation of the original
// Image. Set to orientationUp for the orignal image before scaling, so the scaled image doesn't
// mess up with the pixels.
Expand Down