荣耀年度最强拍照手机DxO评分出炉:111分 排名第三

Antutu

阅读

荣耀20系列已经在国外发布,国内则是定于本月31日,届时将会公布国内售价。

除了外观和性能以外,荣耀20 Pro的相机成为主打的亮点,其后置四颗摄像头,分别是4800万主摄(索尼IMX586、f/1.4、28mm,支持OIS光学防抖)+800万长焦镜头(f/2.48、80mm)+1600万超广角镜头(f/2.2)+200万微距镜头(f/2.4),最高支持204800 ISO,支持AI超清模式,支持3倍光学变焦、10倍数码变焦。

同时,DxO也第一时间给出了该机的相机评分,显示其综合得分为111分,其中拍照成绩为117分,视频得分则是97,在排行中位居第三。

值得一提的是,荣耀20 Pro与之前发布的一加7 Pro综合得分相同,但其它得分却不如后者(拍照118、视频98),另外20 Pro同样是默认4K录制视频。

据DxO所述,荣耀20 Pro成像噪点控制合宜,大多数条件下的动态范围都很好,中长距离变焦照片中的细节到位,大光圈模式下的被摄体隔离不错,散景形状也相当好看。

但图像边缘较模糊,缺少精细细节,特别是在高光下,在一些场景下白平衡有偏差,并且变焦方面落后于华为P30 Pro。

荣耀年度最强拍照手机DxO评分出炉:111分 排名第三

原创文章,作者:tangzheng,如若转载,请注明出处:http://www.antutu.com/doc/118056.htm

8

{ window.location.reload(); }, 500); }else if(data.code==2){ alert(data.msg); jumpLogin(); }else{ // if (data.msg) { alert(data.msg); // } else { // logout(); // jumpLogin(); // } } },'json') } }); //加载更多评论 $(window).scroll(function () { var a = $(window).height() / 1.5; (window.innerWidth ? window.pageYOffset : document.documentElement.scrollTop) >= a ? $("#review").removeClass("Offscreen") : $("#review").addClass("Offscreen") if ((($(window).scrollTop() + $(window).height()) + 250) >= $(document).height() && last_id>0) { if (loading == false) { loading = true; var moreurl = ""; loadnewcomments(false); } } }); }); // 复制内容 function copyNewsUrl(content) { // 创建元素用于复制 var aux = document.createElement("input"); // 获取复制内容 var content =document.getElementById("hidcontent").value; // 设置元素内容 aux.setAttribute("value", content); // 将元素插入页面进行调用 document.body.appendChild(aux); // 复制内容 aux.select(); // 将内容复制到剪贴板 document.execCommand("copy"); // 删除创建元素 document.body.removeChild(aux); alert('复制成功'); } function showpre(id,comment_id,user_name, root_id) { var user_id = $('#user_id').val(); if(!$('#token').val()){ jumpLogin(); return false; } $('.replyDiv').hide(); $('.replyDiv').html(''); if ($("#" + id).is(":hidden")) { var replyHtml = '

'; replyHtml += ''; replyHtml += '
'; $("#" + id).html(replyHtml); $("#" + id).show(); } else { $("#" + id).hide(); } } function reply(comment_id, root_id = 0){ if(!$('#token').val()){ jumpLogin(); }else{ var content = $('#reply_comment').val(); var news_id = $('#news_id').val(); var user_id = $('#user_id').val(); var token = $('#token').val(); var phone = $('#phone').val(); if(content.length<5){ alert('回复字数不能小于5字'); return false; } if(content.length>200){ alert('回复字数不能大于200个字'); return false; } // var url = "/cmt/reply.htm"; var url = "https://bu.antutu.net/api/v1/comment/news_comment/reply/commit"; //$.post(url,{'user_id':user_id,'token':token,'phone':phone,'conten':content,'news_id':news_id}, function (data) { $.post(url,{'content':content,'news_id':news_id,'reply_id':comment_id, 'userId': user_id, token, phone, root_id: root_id == 0 ? comment_id : root_id }, function (data) { if(data.code==1 || data.code==0){ //alert('回复成功'); last_id = 0; $('#reply_comment').val(''); loadnewcomments(true); //window.location.reload(); }else if(data.code==2){ alert(data.msg); jumpLogin(); }else{ alert(data.msg); } },'json') } } function loadnewcomments(isinit) { var url = '/cmt/cmtlist_118056_'+last_id+'.htm?t='+Math.random(); aa = url; //var isinit = 1; $.ajax({ type: 'GET', url: url, // data to be added to query string: data: {}, // type of data we are expecting in return: dataType: 'text', timeout: 10000, success: function (data) { var review = eval("(" + data + ")"); if (isinit) { $('#commit_count').html(review.data.comment_count); } if (review.data.cmtlist.length>0) { var html = template('newcomment_template', review); if (isinit) { $("#newcomment").html(html); } else { $("#newcomment").append(html); } last_id = review.data.cmtlist[review.data.cmtlist.length - 1].id;//翻页用 loading=false; }else{ loading=true; if(isinit){ $("#newcomment").html('
  • 仅展示1年半以内的评论
  • '); }else{ $("#newcomment").append('
  • 仅展示1年半以内的评论
  • '); } } }, error: function (xhr, type) { //alert('Ajax error!') } }); } template.helper('unixtotime', function (content) { var ts = arguments[0] || 0; var t,y,m,d,h,i,s; t = ts ? new Date(ts*1000) : new Date(); y = t.getFullYear(); m = t.getMonth()+1; d = t.getDate(); h = t.getHours(); i = t.getMinutes(); s = t.getSeconds(); // 可根据需要在这里定义时间格式 //return y+'-'+(m<10?'0'+m:m)+'-'+(d<10?'0'+d:d)+' '+(h<10?'0'+h:h)+':'+(i<10?'0'+i:i)+':'+(s<10?'0'+s:s); var myyear = ""; var nowy = new Date().getFullYear(); if(y!=nowy) myyear=y+"-"; return myyear+(m<10?'0'+m:m)+'-'+(d<10?'0'+d:d)+' '+(h<10?'0'+h:h)+':'+(i<10?'0'+i:i); }); template.helper('mylikeselected', function (id) { var _getCookie = getCookie("like_" + id); //alert(_getCookie); if (_getCookie != null) { return "likered"; } return ""; }); template.helper('hasRootCommit', function (data) { // console.log('data', data); const { replies = [] } = data; if (replies.length == 0) { return false; } return replies.some(item => item.id > 0); }); function mylike(obj) { var obj = $(obj); var id = obj.attr("data-id"); var url =''; var _getCookie = getCookie("like_" + id); if (_getCookie != null) { delCookie("like_" + id); obj.removeClass("likered"); var num = obj.find("span").html(); obj.find("span").html(parseInt(num) - 1); url = '/cmt/zan_'+id+'_0.htm'; } else { setCookie("like_" + id, '1'); obj.addClass("likered"); var num = obj.find("span").html(); obj.find("span").html(parseInt(num) + 1); url = '/cmt/zan_'+id+'_1.htm'; } //alert(url);return; $.ajax({ type: 'GET', url: url, // data to be added to query string: data: {}, // type of data we are expecting in return: dataType: 'text', timeout: 10000, success: function (data) { }, error: function (xhr, type) { alert('error'); } }) } // 文章点赞 // $(".userlike-a").attr('flag','-1'); function userlike(newsid) { // 点赞加1,存入数据库, // 给一个标记,存入cookie中,用于验证是否点过赞,再次点击,判断是否有标记位,有的话,取消赞,并将赞数减1 var userzan=getCookie("userzan" + newsid); var url = '/doc/zan_' + newsid + '.htm'; if(!userzan){ setCookie("userzan" + newsid,'1'); //后台点赞操作 $.ajax({ type : "get", async : false, // url : 'http://autovote.antutu.net/antuapi.php?m=content&c=infoapi&a=zan&id=\'+ newsid +\'&f=h5', url : url, data: {}, dataType: 'text', timeout: 10000, success : function(result){ // console.log( result ); if( result.isdata === 1 ){ } } }); $(".userlike-a").html(parseInt($(".userlike-a").html())+1) $(".dianzan p").css('color','red') }else{ alert("您已经点赞过啦!"); } // var result = parseInt($(".userlike-a").text()); // var flag =$(".userlike-a").attr('flag');//-1 // result = result+flag*(-1);//+1 // flag *=-1;//1 // $(".userlike-a").attr('flag',flag); // $(".userlike-a").text(result); } function getCookie(varname) { var tmp_ary = new Array(); if (varname) { var a = document.cookie.indexOf(varname + "="); if (a != -1) { var b = document.cookie.substring((a + varname.length + 1), document.cookie.length); var c = b.split(";"); var d = c[0]; return d; } } } // JS 对 cookie 操作 function setCookie(name,value) { var Days = 30; var exp = new Date(); exp.setTime(exp.getTime() + Days*24*60*60*1000); document.cookie = name + "="+ escape(value) +";expires="+ exp.toGMTString(); } // JS 对 cookie 操作 function delCookie(name) { var exp = new Date(); exp.setTime(exp.getTime() - 1); var cval=getCookie(name); if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString(); }