Detect and reject animated gifs in Calibre because they come out so poorly.

This commit is contained in:
Jim Miller
2015-04-22 16:50:56 -05:00
parent 53ca251a49
commit ca6bc7f88e
4 changed files with 310 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ if __name__=="__main__":
os.chdir('../included_dependencies')
# 'a' for append
files=['six.py','bs4','html5lib','chardet']
files=['gif.py','six.py','bs4','html5lib','chardet']
createZipFile("../"+filename,"a",
files,
exclude=exclude)