軟件介紹
本地GIF圖生成網(wǎng)頁預(yù)覽工具免費(fèi)版是一款可以快速生成圖片預(yù)覽效果的圖像工具,我們可以通過這款軟件來將GIF圖片進(jìn)行快速預(yù)覽,從而讓你可以了解這些動圖都有什么樣的內(nèi)容。
本地GIF圖生成網(wǎng)頁預(yù)覽工具免費(fèi)版軟件簡介
不過您內(nèi)存要是真的沒多大(比如電腦4g內(nèi)存,2g內(nèi)存), 一定慎重加載超多圖片!!!
這次的創(chuàng)意. 來自獲取了一堆Gif后,懶著懶著突然有的靈感!...這次軟件特別好寫, 要是有兄臺想模仿或者二次創(chuàng)作, 請一定要艾特我呦!!!之前我寫的一些原創(chuàng), 有些被人模仿去了, 然沒見艾特我的就很郁悶..有艾特的我的就超開心!
軟件代碼
import os
import traceback
def makeweb(xpath):
filespath=""
contentfiles=[]
try:
list_dirs = os.walk(xpath)
for Root, _dirs, files in list_dirs:
for f in files:
f=f.lower()
bool1 = f.endswith(".gif")
bool2 = f.endswith(".jpg")
bool3 = f.endswith(".png")
bool4 = f.endswith(".bmp")
if bool1 or bool2 or bool3 or bool4:
shortpath=root[len(xpath)+1:len(root)]
if len(shortpath)>0:
filespath=shortpath+"\\"+f
contentfiles.append(filespath)
else:
filespath=f
contentfiles.append(filespath)
if len(contentfiles)>0:
effecttype = os.path.basename(xpath)#帶后綴的文件名
#effecttype="火焰"
filename = xpath+'\\'+effecttype+'.html'
with open(filename, 'w',encoding="utf-8") as file_object:
file_object.write("<!DOCTYPE html>\n")
file_object.write("<html>\n")
file_object.write("<title>"+effecttype+"</title>\n")
file_object.write("<style type=\"text/css\">.left{float: left;}.pic {/*max-width: 300px;height:auto;*/max-height: 130px;width: auto;} </style>\n")
file_object.write("<head><link rel=\"icon\" type=\"image/x-icon\" href=\""+contentfiles[0]+"\" /></head>\n")
file_object.write("<body>\n")
file_object.write("<h5>可以按住Ctrl + 鼠標(biāo)滾輪 放大縮小頁面,Ctrl + 0 重置頁面</h5>\n")
file_object.write("<h5>"+effecttype+"分類</h5>\n")
for i in contentfiles:
file_object.write("<div class=\"left\"><a href=\""+i+"\" target=\"_blank\"><img class=\"pic\" src=\""+i+"\" ></a></div>\n")
file_object.write("</body>\n")
file_object.write("</html>\n")
else:
print("目標(biāo)文件夾里沒有圖片文件(bmp,jpg,png,gif),請選擇一個(gè)有這些圖片類型的文件夾后重新生成網(wǎng)頁")
return False
totalpath=xpath+"\\"+effecttype
totalpath=totalpath.replace("\\\\","\\")
print(totalpath+".html 網(wǎng)頁制作完成")
os.system("explorer /select, "+'\"'+filename+'\"')
except Exception as _ex:
print("程序出現(xiàn)錯(cuò)誤,請把下面的錯(cuò)誤復(fù)制給制作者用于修改,謝謝!")
print("--------------------------------------------------------")
print('traceback.format_exc():\n%s' % traceback.format_exc())
print("--------------------------------------------------------")
print(effecttype+"網(wǎng)頁制作失敗,請聯(lián)系制作者")
if __name__ == '__main__':
print("圖片生成網(wǎng)頁預(yù)覽(gif,png,bmp,jpg) 吾愛破解論壇 52pojie.cn")
path=input("請粘貼或者拖拽一個(gè)圖片文件夾的路徑,用來生成網(wǎng)頁:\r\n")
while True:
path=path.replace("\"", "")
if os.path.exists(path):
bool1 = path.endswith("\\")
if bool1:
path=path.strip('\\')
makeweb(path)
else:
print("目標(biāo)文件夾不存在,請重新選擇一個(gè)有效的文件夾來生成圖片網(wǎng)頁")
path=input("本次操作完畢,繼續(xù)操作請?jiān)俅握迟N或者拖拽一個(gè)圖片文件夾的路徑,結(jié)束請直接關(guān)閉本窗口:\r\n")
- 精選留言 來自河北承德電信用戶 發(fā)表于: 2023-1-13
- 好東西值得分享
- 精選留言 來自黑龍江齊齊哈爾電信用戶 發(fā)表于: 2023-12-17
- 操作難度不高,而且能夠讓我這樣的新手輕松上手,可以看出它的設(shè)計(jì)是多么的人性化。
- 精選留言 來自江蘇宿遷電信用戶 發(fā)表于: 2023-1-18
- 就是好用!呵呵,我喜歡這個(gè)
- 精選留言 來自安徽銅陵移動用戶 發(fā)表于: 2023-6-25
- 用心做的軟件,必須支持啊
- 精選留言 來自河南鄭州聯(lián)通用戶 發(fā)表于: 2023-10-12
- 明人不說暗話 我好喜歡這款軟件 真的,感謝分享