Skip to content

Instantly share code, notes, and snippets.

@Bigigrammer
Created September 3, 2018 15:31
Show Gist options
  • Save Bigigrammer/2e0b4e0eeb90f315c2ca1ec48e7e5ae1 to your computer and use it in GitHub Desktop.
Save Bigigrammer/2e0b4e0eeb90f315c2ca1ec48e7e5ae1 to your computer and use it in GitHub Desktop.
UIImageOrientation srcOrientation = sourceImage.imageOrientation;
// 〜なんらかの作業で UIImageのresultが帰ってくる〜
result = [result initWithCGImage:result.CGImage scale:1.0 orientation: srcOrientation];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment