• ExifInterface 照片方向属性 Binary


                ExifInterface.ORIENTATION_UNDEFINED;              //0
                
                /** Top, left side (Horizontal / normal) */
                ExifInterface.ORIENTATION_NORMAL;                 //1
                
                /** Top, right side (Mirror horizontal) */
                ExifInterface.ORIENTATION_FLIP_HORIZONTAL;        //2
                
                /** Bottom, right side (Rotate 180) */
                ExifInterface.ORIENTATION_ROTATE_180;             //3
                 
                /** Bottom, left side (Mirror vertical) */
                ExifInterface.ORIENTATION_FLIP_VERTICAL;          //4
                
                /** Left side, top (Mirror horizontal and rotate 270 CW) */
                ExifInterface.ORIENTATION_TRANSPOSE;              //5
                
                /** Right side, top (Rotate 90 CW) */
                ExifInterface.ORIENTATION_ROTATE_90;              //6 
                
                /** Right side, bottom (Mirror horizontal and rotate 90 CW) */
                ExifInterface.ORIENTATION_TRANSVERSE;             //7
                
                /** Left side, bottom (Rotate 270 CW) */
                ExifInterface.ORIENTATION_ROTATE_270;             //8
  • 相关阅读:
    【Python爬虫】第五课(b站弹幕)
    【Python爬虫】第四课(查询照片拍摄地址)
    一些tips
    【Python爬虫】第三课(提取数据)
    【Python爬虫】第二课(请求头设置)
    【Python爬虫】第一课
    【数据分析】如何进行数据分析
    【数据分析】派单排序策略优化验证(附sql查询代码)
    python基础01
    消息
  • 原文地址:https://www.cnblogs.com/nmj1986/p/2652400.html
Copyright © 2020-2023  润新知