1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-22 23:42:13 +00:00

Valid ePub 2.0 output

This commit is contained in:
Ciro Mattia Gonano
2013-01-28 19:28:25 +01:00
parent 74a93f1e50
commit 6029aa2606
3 changed files with 84 additions and 61 deletions

17
kcc.py
View File

@@ -16,22 +16,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# Changelog
# 1.00 - Initial version
# 1.10 - Added support for CBZ/CBR files
# 1.11 - Added support for ZIP/RAR extensions
# 1.20 - Comic optimizations! Split pages not target-oriented (landscape
# with portrait target or portrait with landscape target), add palette
# and other image optimizations from Mangle.
# WARNING: PIL is required for all image mangling!
#
# Todo:
# - Add gracefully exit for CBR if no rarfile.py and no unrar
# executable are found
# - Improve error reporting
# - recurse into dirtree for multiple comics
__version__ = '2.0'
__version__ = '2.2'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'