① 如何將幾張連續的圖片設置成動態圖
你是用PS還是
美圖秀秀
呀,PS就把那些圖片拉到同一文件里但要不同的圖層,打開窗口下的動畫工具欄,接著把全部隱藏留一張你要的顯示的一張,動畫
工具條
上點新建幀隱藏全部只顯示你要顯示的那一個圖層就可以了。不懂追問
② ppt里怎麼 插入 連續的圖片
在幻燈片中連續插入多張圖片方法如下:
1、點擊菜單欄「插入」菜單選項,然後單擊「插入」選項卡下的圖片按鈕。
2、在彈出的「插入圖片」對話窗口中,找到圖片所放文件夾位置,然後按住鍵盤上的Ctrl鍵不放,再滑鼠單擊需要插入的圖片,即可同時選中多張圖片,最後單擊確定按鈕完成操作。
③ 如何在word中連續插入圖片,並且要求每頁3張圖片
你已經在word中插入了大量的圖片,看來連續插入圖片已不是問題了。關鍵是想讓每頁三張。這樣想:若圖片和word的紙張同樣大,那麼每頁就只能插入一張圖片;要想讓每頁插入三張,則要求每張圖片的尺寸(圖片的邊長)小於紙張的三分之一或不大於其三分之一。只要達到這個要求,就可以在每頁上面插入三張圖片了。其次是圖片尺寸的調整:就是把圖片的邊長調整到小於紙張的三分之一。一、左鍵點擊在word中插入的圖片,圖片中間和四角會出現八個方塊點,把滑鼠放在這些點上,滑鼠會出現調整用的雙箭頭。按住這個雙箭頭進行拖動,就可以調整圖片的大小。拖動四周的方塊點,可對圖片按比例縮小或放大,拖動四邊中間的小方塊,可對圖片不按比例地調整圖片的大小。用這個方法對圖片調整後,圖片的位置都靠近word左邊的邊線上。二、右鍵點擊圖片,會出現一個對話框:點擊下方的「設置圖片格式」,又會出現一個對話框,在對話框中點擊「版式」,再點擊除「嵌入型」以外的任意四個類型,即可對圖片的大小、位置進行任意的調整。
④ 如何在電腦上連續截圖
1、網路搜索FSCapture,然後進行下載安裝應用。
⑤ 怎麼在word中連續插入多張圖片,且大小一致
工具:word2013
1、打開word 2013,選擇「頁面布局」選項卡,並單擊「頁邊距」按鈕。
⑥ 網頁中怎麼設置圖片連續滾動
JS的吧 ,你看看這個效果行嗎 自己換下圖片
====================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>滑動圖片</title>
</head>
<body>
<table width="500" height="200" align="center">
<tr><td align="center">
<fieldset style="width:500;height:50"><legend>效果顯示區</legend>
<script language="JavaScript1.2">
///////configure the below four variables to change the style of the slider///////
//set the scrollerwidth and scrollerheight to the width/height of the LARGEST image in your slideshow!
var scrollerwidth='200px' //圖片顯示區的寬度
var scrollerheight='113px'
var scrollerbgcolor='white'
//3000 miliseconds=3 seconds
var pausebetweenimages=3000
//configure the below variable to change the images used in the slideshow. If you wish the images to be clickable, simply wrap the images with the appropriate <a> tag
var slideimages=new Array()
slideimages[0]='<a href="MyJS.htm"><img src="images/1.jpg" border=0"></a>'
slideimages[1]='<a href="MyJS.htm"><img src="images/3.jpg" border=0></a>'
slideimages[2]='<a href="MyJS.htm"><img src="images/6.jpg" border=0></a>'
slideimages[3]='<a href="MyJS.htm"><img src="images/2.jpg" border=0"></a>'
slideimages[4]='<a href="MyJS.htm"><img src="images/5.jpg" border=0></a>'
//extend this list
///////Do not edit pass this line///////////////////////
var ie=document.all
var dom=document.getElementById
if (slideimages.length>1)
i=2
else
i=0
function move1(whichlayer){
tlayer=eval(whichlayer)
if (tlayer.left>0&&tlayer.left<=5){
tlayer.left=0
setTimeout("move1(tlayer)",pausebetweenimages)
setTimeout("move2(document.main.document.second)",pausebetweenimages)
return
}
if (tlayer.left>=tlayer.document.width*-1){
tlayer.left-=5
setTimeout("move1(tlayer)",50)
}
else{
tlayer.left=parseInt(scrollerwidth)+5
tlayer.document.write(slideimages[i])
tlayer.document.close()
if (i==slideimages.length-1)
i=0
else
i++
}
}
function move2(whichlayer){
tlayer2=eval(whichlayer)
if (tlayer2.left>0&&tlayer2.left<=5){
tlayer2.left=0
setTimeout("move2(tlayer2)",pausebetweenimages)
setTimeout("move1(document.main.document.first)",pausebetweenimages)
return
}
if (tlayer2.left>=tlayer2.document.width*-1){
tlayer2.left-=5
setTimeout("move2(tlayer2)",50)
}
else{
tlayer2.left=parseInt(scrollerwidth)+5
tlayer2.document.write(slideimages[i])
tlayer2.document.close()
if (i==slideimages.length-1)
i=0
else
i++
}
}
function move3(whichdiv){
tdiv=eval(whichdiv)
if (parseInt(tdiv.style.left)>0&&parseInt(tdiv.style.left)<=5){
tdiv.style.left=0+"px"
setTimeout("move3(tdiv)",pausebetweenimages)
setTimeout("move4(scrollerdiv2)",pausebetweenimages)
return
}
if (parseInt(tdiv.style.left)>=tdiv.offsetWidth*-1){
tdiv.style.left=parseInt(tdiv.style.left)-5+"px"
setTimeout("move3(tdiv)",50)
}
else{
tdiv.style.left=scrollerwidth
tdiv.innerHTML=slideimages[i]
if (i==slideimages.length-1)
i=0
else
i++
}
}
function move4(whichdiv){
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.left)>0&&parseInt(tdiv2.style.left)<=5){
tdiv2.style.left=0+"px"
setTimeout("move4(tdiv2)",pausebetweenimages)
setTimeout("move3(scrollerdiv1)",pausebetweenimages)
return
}
if (parseInt(tdiv2.style.left)>=tdiv2.offsetWidth*-1){
tdiv2.style.left=parseInt(tdiv2.style.left)-5+"px"
setTimeout("move4(scrollerdiv2)",50)
}
else{
tdiv2.style.left=scrollerwidth
tdiv2.innerHTML=slideimages[i]
if (i==slideimages.length-1)
i=0
else
i++
}
}
function startscroll(){
if (ie||dom){
scrollerdiv1=ie? first2 : document.getElementById("first2")
scrollerdiv2=ie? second2 : document.getElementById("second2")
move3(scrollerdiv1)
scrollerdiv2.style.left=scrollerwidth
}
else if (document.layers){
document.main.visibility='show'
move1(document.main.document.first)
document.main.document.second.left=parseInt(scrollerwidth)+5
document.main.document.second.visibility='show'
}
}
window.onload=startscroll
</script>
<ilayer name="main" id="main" width=&{scrollerwidth}; height=&{scrollerheight}; visibility=hide bgColor=&{scrollerbgcolor};>
<layer id="first" left=1 top=0 width=&{scrollerwidth}; >
<script language="JavaScript1.2">
if (document.layers)
document.write(slideimages[0])
</script>
</layer>
<layer id="second" left=0 top=0 width=&{scrollerwidth}; visibility=hide>
<script language="JavaScript1.2">
if (document.layers)
document.write(slideimages[1])
</script>
</layer>
</ilayer>
<script language="JavaScript1.2">
if (ie||dom){
document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+'">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:1px;top:0px;">')
document.write(slideimages[0])
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px">')
document.write(slideimages[1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</div>')
}
</script>
</fieldset>
</tr></td></table>
<table width="500" border="1" align="center" cellpadding="1" cellspacing="1">
<tr>
<td></td>
</tr>
</table>
</body>
</html>
⑦ 手機怎麼製作連續圖片
1.手機支持圖片編輯器功能:打開照相機-點開某張圖片-菜單鍵-編輯-圖片編輯器-然後可以編輯圖片。
2.下載第三方美圖軟體編輯,如美圖秀秀、網路魔圖等軟體。
⑧ 怎麼讓一張PPT里幾張圖片連續自動播放
1、打開要設置進行自動連續播放的PPT,選擇切換——計時——勾選自動換片時間,並設置換片的具體時間值(此處設置2秒)。
6、這樣就可以把做好的自動放映PPT放到宣傳電腦中,即完成讓一張PPT里幾張圖片連續自動播放。
⑨ ppt的圖片連續通過品目怎麼設置
首先將圖片編號,即將文件名改成順序號(其實不改也可以,到時還可調整順序)。
插入-圖片-新建相冊-插入圖片來自(文件/磁碟),找到存入圖片的文件夾,選中需要插入的圖片,插入。此時「相冊中的圖片」出現需要插入圖片文件的列表,如果順序不對,在這里還可以調整。
這里插入的圖片實際是新建了一個PPT文檔,將其取名保存,然後關閉這個新文檔。
插入-幻燈片(從文件),找到剛才那個新文檔,插入即可。
⑩ 如何將幾張圖片弄成一個連續的段片
用ps打開弄成不同的圖層,再從圖層導入動畫,改一下時間幀,預覽一下,滿意了導出為gif格式的圖片
或者
用UGA打開,再把圖片挨個拖入,然後設置時間幀,預覽一下,滿意了導入為gif格式的動態圖
個人傾向UGA,但ps可以處理一下圖像,讓圖像更順眼一些,看你的需要