Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2014-07-22 12:17:09 +0300
Commit
f96302b42746490589e4c2cef4ea74669d41572c
2 parents
222e6bca
f6d7d60b
Merge pull request #827 from BB9z/fix/pargma-mark
Missing mark.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SDWebImage/UIImage+MultiFormat.m
SDWebImage/UIImage+MultiFormat.m
View file @
f96302b
...
...
@@ -66,7 +66,7 @@
return
result
;
}
#pragma EXIF orientation tag converter
#pragma
mark
EXIF orientation tag converter
// Convert an EXIF image orientation to an iOS one.
// reference see here: http://sylvana.net/jpegcrop/exif_orientation.html
+
(
UIImageOrientation
)
sd_exifOrientationToiOSOrientation
:
(
int
)
exifOrientation
{
...
...
Please
register
or
login
to post a comment