You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issue and read the issue #564,but I still think this is an issue.
The image(https://superdm.oss-cn-hongkong.aliyuncs.com/image/1574569992739.jpg) show correctly without applying ResizingImageProcessor but get rotated after applying ResizingImageProcessor.
my code
I searched the issue and read the issue #564,but I still think this is an issue.
The image(
https://superdm.oss-cn-hongkong.aliyuncs.com/image/1574569992739.jpg
) show correctly without applying ResizingImageProcessor but get rotated after applying ResizingImageProcessor.my code
I read the code and think the problem is .kf.resize(to: referenceSize, for: targetContentMode) in ResizingImageProcessor's process, I replace the code
to
it works well,I consider you can provide a more efficient way to deal with this,
Thanks
The text was updated successfully, but these errors were encountered: