Missing mark.

This commit is contained in:
BB9z 2014-07-22 16:58:08 +08:00
parent 222e6bca0d
commit f6d7d60b98
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
return result; return result;
} }
#pragma EXIF orientation tag converter #pragma mark EXIF orientation tag converter
// Convert an EXIF image orientation to an iOS one. // Convert an EXIF image orientation to an iOS one.
// reference see here: http://sylvana.net/jpegcrop/exif_orientation.html // reference see here: http://sylvana.net/jpegcrop/exif_orientation.html
+ (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation { + (UIImageOrientation) sd_exifOrientationToiOSOrientation:(int)exifOrientation {