UIImage方向详解

前言

曾经做过一个图片编辑软件,对图片进行添加贴纸 滤镜等功能,其中遇到一个问题,因为对图片质量要求较高,需要对原图进行编辑处理,而不能使用截屏,对原图处理就涉及到图片方向的概念。在这里对UIImage的方向做一个总结。

图片格式

主流图片有两种格式PNG以及JPG(JPEG)

PNG

因为Apple会对PNG图片进行优化(通过pngcrush),所以资源文件使用PNG格式进行存储。PNG图片无方向性,通过MetaData可以看到。

更多信息.png

JPG

JPG图片是有损压缩的,主要用于网络传输。iOS设备相册存储的图片也是此种格式。
JPG图片是有方向的,

更多信息_和_CameraDemo.png

JPG方向介绍

orient_flag2.gif

由上图可知,JPG图片的方向是指展示出来的图像相对于的原图的变换。举个例子:
方向6,注释是逆时针旋转90度,也就是目前看到的图像是原图 逆时针旋转90度之后的图形。原图的意思就是存储在硬盘上

iOS设备方向

在研究图片方向前,先要了解设备方向

typedef NS_ENUM(NSInteger, UIDeviceOrientation) {
    UIDeviceOrientationUnknown,
    UIDeviceOrientationPortrait,            // Device oriented vertically, home button on the bottom
    UIDeviceOrientationPortraitUpsideDown,  // Device oriented vertically, home button on the top
    UIDeviceOrientationLandscapeLeft,       // Device oriented horizontally, home button on the right
    UIDeviceOrientationLandscapeRight,      // Device oriented horizontally, home button on the left
    UIDeviceOrientationFaceUp,              // Device oriented flat, face up
    UIDeviceOrientationFaceDown             // Device oriented flat, face down
}

具体对应就是

1353491265_4061.png
方向 方向值 描述
UIDeviceOrientationPortrait 6 逆时针旋转90度
UIDeviceOrientationPortraitUpsideDown 8 顺时针旋转90度
UIDeviceOrientationLandscapeLeft 1 方向正常
UIDeviceOrientationLandscapeRight 3 旋转180度

以下是使用

方向 方向值 描述
UIDeviceOrientationPortrait 6 逆时针旋转90度
UIDeviceOrientationPortraitUpsideDown 8 顺时针旋转90度
UIDeviceOrientationLandscapeLeft 1 方向正常
UIDeviceOrientationLandscapeRight 3 旋转180度

除了这些方向还有其他方向,当然这些方向是flip不是直接拍出来的。

orient_flag.gif

具体表如下:

EXIF Orientation Value Row 0 is Column 0 is
1 Top Left side
2 * Top Right side
3 Bottom Right side
4 * Bottom Left side
5 * Left side Top
6 Right side Top
7 * Right side Bottom
8 Left side Bottom

NOTE: Values with "*" are uncommon since they represent "flipped" orientations.

UIImage方向

UIImage官方说明

UIImageOrientationUp

The default orientation of images. The image is drawn right-side up, as shown here.
1494991025796.png

UIImageOrientationDown

The image is rotated 180 degrees, as shown here.
1494991581847.png

UIImageOrientationLeft

The image is rotated 90 degrees clockwise, as shown here.
1494991633798.png

UIImageOrientationRight

The image is rotated 90 degrees counterclockwise, as shown here.
1494991869533.png

UIImageOrientationUpMirrored

The image is drawn as a mirror version of an image drawn with the UIImageOrientationUp value. In other words, the image is flipped along its horizontal axis, as shown here.
1494991906315.png

UIImageOrientationDownMirrored

The image is drawn as a mirror version of an image drawn with the UIImageOrientationDown value. This is the equivalent to flipping an image in the “up” orientation along its horizontal axis and then rotating the image 180 degrees, as shown here.
1494991953891.png

UIImageOrientationLeftMirrored

The image is drawn as a mirror version of an image drawn with the UIImageOrientationLeft value. This is the equivalent to flipping an image in the “up” orientation along its horizontal axis and then rotating the image 90 degrees counterclockwise, as shown here.
1494991990057.png

UIImageOrientationRightMirrored

The image is drawn as a mirror version of an image drawn with the UIImageOrientationRight value. This is the equivalent to flipping an image in the “up” orientation along its horizontal axis and then rotating the image 90 degrees clockwise, as shown here.
1494992030570.png

举例

UIImage的方向跟JPG图片方向是一致的,也就是说UIImageOrientationUp是图片的原始方向,使用UIImageView看到的图像是经过原始图像转换之后的结果。


例如:一张图片的方向是UIImageOrientationLeft,使用UIImageView展示,就是使用原始图像经过顺时针旋转90度之后的结果。

使用UIDeviceOrientationPortrait拍照一张,预览图

ScreenShot_20170518150741.png

而后打断点

ViewController_m.png

查看原图

image.tiff.png

图片方向UIImageOrientationLeft,很明显预览图原图经过顺时针旋转90度而来。


总结

  • UIImageView如果发现image的imageOrientation不为UIImageOrientationUp时,imageView会根据imageOrientation调整显示内容。
    因此,我们把如果image的imageOrientation调整为UIImageOrientationUp就可以看到image的原始图。
  • 也可以通过内存地址查看原始图。
  • UIImage是CGImage的上层表现,CGImage真正存储了UIImage的数据。
  • 图片的宽高是按照展示的图片算的,不是原图的宽高。
  • 为了精确展示图片旋转的过程使用UIViewContentModeScaleAspectFit参数来展示图片。

Demo说明

拍照查看图片方向

ScreenShot_20170518140710.png

查看预览图 原图以及修正图和 旋转过程

ScreenShot_20170518140723.png

Demo地址

git地址TSImageOrientation

参考1

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 206,126评论 6 481
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 88,254评论 2 382
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 152,445评论 0 341
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 55,185评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 64,178评论 5 371
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,970评论 1 284
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,276评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,927评论 0 259
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,400评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,883评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,997评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,646评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,213评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,204评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,423评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,423评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,722评论 2 345

推荐阅读更多精彩内容

  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,389评论 0 23
  • 晚上约了新朋友出来跑步,我们嫌路上人多嘈杂,她提议去了路旁的小树林。小树林里树木茂密,一棵棵树笔直指向云霄,树下是...
    灿若星辰Amy阅读 147评论 0 0
  • 很久没有写过东西。今天毫无目的的,只是记录一些心情。然后希望我的好姑娘早点遇见她的盖世英雄,有一天,会身披金甲圣衣...
    Ella刘一娇阅读 241评论 0 1
  • 1. “叮叮……”刚刚打开微博界面,看到很久没有联系的朋友发来的消息。高中毕业后,各自去了不同的学校,不同的城市。...
    井鸢阅读 423评论 3 1
  • 本文原创,转载请注明出处。欢迎关注我的 简书 ,关注我的专题 Android Class 我会长期坚持为大家收录简...
    MeloDev阅读 1,627评论 6 19