1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-27 09:52:02 +00:00
Commit Graph

1154 Commits

Author SHA1 Message Date
Ciro Mattia Gonano 95e7329abf Revert to POSIX path - win7 kindlegen seems to want them 2013-03-05 19:25:00 +01:00
Frédéric Devernay 5d3b7e83f5 add --nosplitrotate option (is the name right?) 2013-03-05 17:58:24 +01:00
Frédéric Devernay 751e6eb4e7 save dithered images as PNG, and linearize (inverse gamma) before dithering 2013-03-05 17:56:43 +01:00
Ciro Mattia Gonano 074e31cb2e Revert to POSIX path - win kindlegen seems to work 2013-03-05 17:31:34 +01:00
Ciro Mattia Gonano e7e87d03cd Replace backslashes in path, too (win paths) 2013-03-05 17:12:48 +01:00
Paweł Jastrzębski 38669d08ed Small .gitignore tweak 2013-03-05 16:55:14 +01:00
Paweł Jastrzębski 825eafad7f Fixed bug caused by formating
2:0 Mr. Ciromattia :-)
2013-03-05 16:52:22 +01:00
Paweł Jastrzębski f805984c1c Fixed logic - Inserting blank-page records
Variable "facing" could be bool but this way code is more readable.
2013-03-05 16:28:22 +01:00
Paweł Jastrzębski 3848c8da57 Closing media-type might be good idea
:-)
2.6
2013-03-05 14:02:03 +01:00
Paweł Jastrzębski 7672b76b00 Update 2.6 compiled bundles for Win32 2013-03-05 13:17:50 +01:00
Ciro Mattia Gonano 7898ddb707 Update 2.6 compiled bundles for OSX and Win64 2013-03-05 13:06:35 +01:00
Ciro Mattia Gonano 6da4579da4 Update README 2013-03-05 12:54:25 +01:00
Ciro Mattia Gonano 3faef90afe Version bump for 2.6 2013-03-05 12:50:27 +01:00
Ciro Mattia Gonano ef8469add4 Fix path for blank page 2013-03-05 12:48:22 +01:00
Ciro Mattia Gonano 5ebf6af92a Merge from lanscape branch 2013-03-05 11:57:40 +01:00
Ciro Mattia Gonano d1708b0005 Merge pull request #24 from ciromattia/kcc-landscape
KCC Landscape
2013-03-05 02:55:03 -08:00
Ciro Mattia Gonano cc3237d051 Formatting and PEP-8 codestyle 2013-03-05 11:54:23 +01:00
Ciro Mattia Gonano 3c187889d1 Image has already-set profile, so use the inited one 2013-03-05 11:50:33 +01:00
Ciro Mattia Gonano 1a9db245bf Code cleanup 2013-03-05 11:27:50 +01:00
Paweł Jastrzębski e92ee81617 Fixed single empty page on end of book. 2013-03-04 19:52:38 +01:00
Paweł Jastrzębski c7f38a574f Fixed Landscape mode with upscaling enabled. 2013-03-04 17:24:11 +01:00
Paweł Jastrzębski 193ad9382c Disabled new resizeImage function for older Kindle. 2013-03-04 17:05:16 +01:00
Paweł Jastrzębski 8802c24ad0 Don't create blank-page records for older Kindle. 2013-03-04 16:21:12 +01:00
Paweł Jastrzębski 0398d7bf93 Don't create blank-page records for older Kindle.
Kindle without Landscape mode show blank-page records incorrectly.
2013-03-04 16:14:11 +01:00
Paweł Jastrzębski 7275856549 Landscape mode support - Image part. Not perfect.
New resizeImage function to properly display splitted pages in landscape
mode.
Enabling upscaling or stretching might result with not correct display
of splitted pages in landscape mode.
2013-03-04 15:22:00 +01:00
Paweł Jastrzębski 8d5ccf5d27 Landscape mode support - EPUB part.
Code create proper landscape enabled EPUB file.
Rewritten itemref function (#198) ensures that splited pages will be
displayed together.
2013-03-04 11:36:57 +01:00
Ciro Mattia Gonano 2ef148908a Formatting 2013-03-04 00:46:51 +01:00
Ciro Mattia Gonano 860380c451 Formatting 2013-03-04 00:44:45 +01:00
Ciro Mattia Gonano fc791f5e26 Formatting 2013-03-04 00:41:39 +01:00
Paweł Jastrzębski 166b25bec1 Fixed HTML template. For real this time :-)
Misunderstood nature of the problem. It was caused by subdirectory
depth.
2013-03-03 22:36:54 +01:00
Paweł Jastrzębski f5eeb68f79 Fixed HTML template.
Old code produced broken div + wrong src:
<div><img src="../<div><img src="../Images/X/Y.jpg" alt="Y.jpg"
class="singlePage"/></div>
2013-03-03 22:18:10 +01:00
Ciro Mattia Gonano 04c3b51f03 Update README.md 2013-03-03 14:42:57 +01:00
Ciro Mattia Gonano ae1fd4f965 Dev version bump 2013-03-03 14:40:48 +01:00
Ciro Mattia Gonano 1bde9bad04 Update README 2013-03-03 14:39:11 +01:00
Ciro Mattia Gonano aaef0aaf16 "Natural sorting" for image files (closes #18) 2013-03-03 14:35:59 +01:00
Ciro Mattia Gonano 3c45ab0903 Add option for epub output (closes #22) 2013-03-03 14:26:04 +01:00
Ciro Mattia Gonano 5103a80bb5 Use random UUID for meta header 2013-03-03 12:56:25 +01:00
Ciro Mattia Gonano 39b4bc5ec0 Add rendition:layout and rendition:orientation meta tags (supported by new kindlegen 2.8) 2013-03-03 12:47:19 +01:00
Ciro Mattia Gonano b6b6bf5d1f Add rotate option to GUI 2013-03-02 19:38:08 +01:00
Ciro Mattia Gonano a5fccdff4b Merge pull request #23 from ciromattia/AcidWeb-Scrapbook
Added option to rotate images instead spliting.
2013-03-02 09:59:12 -08:00
Ciro Mattia Gonano 562c801366 Indent with PEP-8 standard 2013-03-02 18:58:50 +01:00
Paweł Jastrzębski f559463d90 Added option to rotate images instead spliting. 2013-03-02 17:31:56 +01:00
Ciro Mattia Gonano 32a0038c49 Mainly adhere to PEP 8 code style (http://www.python.org/dev/peps/pep-0008/)
Add some commented code for working on Panel view enhancement and natural sorting.
2013-03-01 16:22:11 +01:00
Ciro Mattia Gonano 1edbe389ba Mainly adhere to PEP 8 code style (http://www.python.org/dev/peps/pep-0008/)
Add some commented code for working on Panel view enhancement and natural sorting.
2013-03-01 16:21:54 +01:00
Ciro Mattia Gonano 60f05b8088 Add Win32 binary link 2013-03-01 15:42:09 +01:00
Ciro Mattia Gonano e3a3ebff40 Merge branch 'master' of github.com:ciromattia/kcc 2013-02-26 16:52:56 +01:00
Ciro Mattia Gonano f7b5ff982d Added primary-writing-mode metatag (fixes #19) 2013-02-26 16:52:37 +01:00
Ciro Mattia Gonano 54e7e1a855 Move TODO list to Issues in github 2013-02-06 02:35:39 +01:00
Ciro Mattia Gonano bb386372cf Added win64 build 2013-02-05 20:56:08 +01:00
Ciro Mattia Gonano 3a90057d38 Merge branch 'master' of github.com:ciromattia/kcc 2013-02-05 19:21:01 +01:00