1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-27 17:53:28 +00:00
Commit Graph

166 Commits

Author SHA1 Message Date
Paweł Jastrzębski 6a298175f0 CSS Formatting 2013-03-06 13:39:51 +01:00
Paweł Jastrzębski 690f0298e6 Merge https://github.com/devernay/kcc into kcc-epubmargins 2013-03-06 13:08:26 +01:00
Paweł Jastrzębski fc93697c28 Merge https://github.com/ciromattia/kcc into kcc-epubmargins 2013-03-06 13:07:38 +01:00
Frédéric Devernay 32391f6a5a better epub support (grabbed from calibre): get rid of those small margins 2013-03-06 12:11:50 +01:00
Ciro Mattia Gonano f163eac853 Make GUI error reporting more useful 2013-03-06 11:33:28 +01:00
Ciro Mattia Gonano ce824f4cab Add default gamma by profile support 2013-03-06 11:32:20 +01:00
Ciro Mattia Gonano df41ad405e Merge branch 'master' into kcc-gamma 2013-03-06 11:10:55 +01:00
Ciro Mattia Gonano 685cdc929b Missing return, now PDF conversion works again 2013-03-06 10:29:59 +01:00
Paweł Jastrzębski 5e65c5149c Litte cleanup of setup files
Added setup_console script that generate binaries used by AWKCC.
2013-03-06 09:41:54 +01:00
Paweł Jastrzębski 718af10be7 Updated GUI
Plus small notquantize tweaks.
2013-03-05 23:41:48 +01:00
Paweł Jastrzębski b162425e52 Added option to disable dithering 2013-03-05 22:31:26 +01:00
Paweł Jastrzębski f1b63420f6 Merge branch 'master' of https://github.com/devernay/kcc into kcc-gamma 2013-03-05 21:49:24 +01:00
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