-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
map/yeke/py-ascii/gif_ascii.py
Line 24 in aa799b9
| name = file.split('.')[0]+'_tmp_'+str(current)+'.png' |
因为文件名排序的问题,建议修改为:
name = file.split('.')[0]+'_tmp_'+str(current).zfill(3)+'.png' # 序号前方补0Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels