Matt Kan
2013年7月19日 12:34
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
GALAXY S4 zoom能否再度創造GALAXY Note系列的傳奇?
記者甘偉中/台北報導
三星在2011年推出GALAXY Note智慧型手機,具有5.3吋大螢幕及一支數位筆,被視為手機與平板的變種機。在剛推出時並不十分被看好,因為這不是市場上第一款大螢幕手機,而由前車之鑑來看,這類手機並未受到消費者熱烈喜愛。
然而GALAXY Note在推出不到兩個月的時間內,創下100萬支銷售佳績,至2012年底銷量累積至1000萬支,並推出後續機種GALAXY Note II。到如今,螢幕尺寸已成為消費者採購手機的重要指標,各大廠牌紛紛推出大螢幕機種,業界甚至為這類變種機創了一個新名詞「Phablet」,就是由手機(Phone)與平板(Tablet)兩個單字結合而來。
而三星在今年又做了一次大膽嘗試,在今年的旗艦機GALAXY S4家族中,有一款造型十分特殊的機種GALAXY S4 zoom,是由手機與相機結合而來,正面看起來如同GALAXY S4 mini,背面有一個光學變焦鏡頭,看起來就像數位相機,並且還有變焦環、實體快門鍵的設計。
▲ GALAXY S4 zoom是由手機與相機結合而來,正面如同GALAXY S4 mini,背面有一個光學變焦鏡頭,看起來就像數位相機(攝影/記者甘偉中) 那麼GALAXY S4 zoom到底是手機還是相機?三星這次自己創了一個名詞「Phonamera」來稱呼它,就是由手機(Phone)與相機(Camera)單字結合而來。
GALAXY S4 zoom在手機方面的規格與GALAXY S4 mini差不多,都是4.3吋qHD Super AMOLED螢幕,雙核心處理器,1.5GB記憶體。不過在相機方面,GALAXY S4 zoom具有1600萬畫素、10倍光學變焦、24mm廣角、光學防手震鏡頭,以及1/2.3吋BSI CMOS感光元件,在拍攝上可以有更清晰、低雜訊的品質。
在操作介面上,三星也針對「照相」這個行為做了優化,使用者可以在通話中直接啟動相機拍照,不中斷通話,並將拍好的照片以多媒體簡訊的形式傳送給通話對象。拍照的過程中,可以轉動鏡頭上的變焦環直接改變縮放倍率,也可以靠著轉動變焦環,改變拍照模式或檢視相片。
▲ 轉動變焦環可以選擇拍攝模式,也可以改變光學縮放倍率(攝影/記者甘偉中)
(接下一頁)
關鍵字:
三星
GALAXY S4
GALAXY S4 zoom
相機
手機
Phablet
Phonamera
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表