小工具整理
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
--files = #("C:\Users\ab\Desktop\00000.jpg","C:\Users\ab\Desktop\00001.jpg")
|
||||
|
||||
files=#()
|
||||
for i=0 to 127 do append files ("D:\Bip动作库\3dsmax\九尾狐\jiuwei_renxing_show\\"+i as string +".jpg")
|
||||
|
||||
|
||||
|
||||
GifFullPath = "C:\Users\ab\Desktop\mygif.gif"
|
||||
gifwidth=400
|
||||
gifheight=224
|
||||
fps=30
|
||||
ColorTolerance=1 --色差,数值约低质量越好
|
||||
|
||||
|
||||
GifCreator = dotnetclass "RefPlayer.GifCreator"
|
||||
GifCreator.Init fps ColorTolerance
|
||||
dotNet.removeAllEventHandlers GifCreator
|
||||
|
||||
GifCreator.Start files GifFullPath gifwidth gifheight --不要宽高参数,则图片默认大小
|
||||
|
||||
showMethods GifCreator
|
||||
Reference in New Issue
Block a user