87 Commits

Author SHA1 Message Date
5276f2ba6f
improve fmt part, using consistant size 2023-04-11 17:35:14 +02:00
yoanhg421
d883b9b54c
Update filename to show total parts when using size limit. 2023-04-11 06:25:28 -07:00
0d74d60b3d
update meta and nav 2023-04-10 14:59:07 +02:00
bb5659277b
use 8bits gray scale instead of palette
Palette limit the number of color to 16.
But kindle seems to handle more.

Remove the palette, and let the kindle handle the shade of gray
2023-04-10 11:53:53 +02:00
07381d1f71
improve dry render
add cover file
use tree and don't skip any struct for file render
fix toc render
2023-04-09 19:52:26 +02:00
50203b9804
fix space for getTree 2023-04-09 18:40:22 +02:00
fbb48830d4
improve dry and sort
dry verbose list files in sorted order
sort support 3 mode
	mode 0: path=alpha, file=alpha
	mode 1: path=alphanum, file=alpha
	mode 2: path=alphanum, file=alphanum
improve alphanum sort, supporting double page like "p51-52"
2023-04-09 18:29:58 +02:00
4cc329af38
sortpath: support half chapter 2023-04-09 08:23:18 +02:00
a46b02d38a
use sort path to support path with number 2023-04-08 20:54:50 +02:00
01b0486966
create sortpath 2023-04-08 19:27:05 +02:00
darodi
d9c817f27e
webp as supported image 2023-04-08 19:22:22 +02:00
7a4821d43d
display toc on dry mode 2023-04-08 13:16:16 +02:00
bcfd342026
remove last page from toc
this is already include in kindle
2023-04-08 11:28:25 +02:00
0e9ae95df0
add option to strip first directory from toc 2023-04-08 11:27:57 +02:00
a24bf0cfc8
fill nav files to get toc 2023-04-07 18:29:42 +02:00
05a936947a
improve error if failed to read image 2023-04-07 18:26:13 +02:00
e9e614ffac
fix v2 release 2023-04-03 18:15:14 +02:00
d6c761ec6c
add part information in title and series meta 2023-03-31 09:07:39 +02:00
6cf507c678
add png support 2023-03-30 07:58:20 +02:00
9738f7ba37
fix metadata: tag not properly closed 2023-03-30 07:39:17 +02:00
a331d0fcb5
fix metadata author/publisher/published 2023-03-28 09:47:36 +02:00
9964f9b00c
improve style and cleanup 2023-03-05 18:51:29 +01:00
8a77bda99e
simplify content opf, revamp needspace 2023-03-05 17:59:50 +01:00
393bba0266
remove panelview by default, add an option addpanelview
On kindle it's better to not add manually the panelview as it will
unlock several features:
- Animation
- Adjust to screen size
- Panel View
It means, you can still have a panel view, but it's handled by kindle
directly.
2023-03-05 00:01:19 +01:00
6f74f959fd
support comic without cover 2023-03-04 23:14:51 +01:00
ef8e88c56b
upscale or downscale image automatically
will make panel view works for small image
2023-03-04 12:47:50 +01:00
cf0cb2ea89
support jpeg or jpg extension 2023-01-16 11:07:19 +01:00
84e4d32f72
remove blank image 2023-01-16 08:58:09 +01:00
f0673b8f58
remove blank page for double page rendering 2023-01-16 08:46:32 +01:00
6dc220d0f4
remove blankline in template rendering 2023-01-16 08:45:01 +01:00
21b099ab33
improve spread, and blank for double page rendering
When autosplitdoublepage is activated,
We will display a blank page after the full image,
if necessary, for good rendering on a reader that support,
double page rendering (like Apple Book).
2023-01-16 00:20:41 +01:00
f1fd7a9b77
fix manga mode 2023-01-16 00:19:39 +01:00
5f661aec57
add manga mode 2023-01-15 19:25:38 +01:00
259bf6bb7b
split double page if necessary 2023-01-15 15:38:24 +01:00
e8f806141e
auto rotate if necessary 2023-01-15 15:38:15 +01:00
dbb93e2f73
use pixel filter 2023-01-15 14:36:09 +01:00
0f3d55279e
add pixel to avoid empty image 2023-01-15 14:35:53 +01:00
421a5ef5a7
use interface 2023-01-15 14:35:41 +01:00
6c904ad70b
use helper 2023-01-15 14:25:11 +01:00
7adea5ddbd
add auto split double page 2023-01-14 18:11:22 +01:00
991e95f02e
move filters 2023-01-14 16:39:03 +01:00
54c156625c
fix crop option 2023-01-14 16:36:28 +01:00
4b434f7416
Handle empty image 2023-01-04 12:26:47 +01:00
49e7f27a59
fix progress bar 2023-01-03 19:58:31 +01:00
3524ce6d04
add workers and autorotate options 2023-01-03 19:58:19 +01:00
8475faa648
add brightness and contrast 2023-01-01 18:45:54 +01:00
e8c028d276
simplify: use gift package 2022-12-31 19:42:20 +01:00
d8da68cdc4
add palette with algo, fix naming 2022-12-31 00:16:20 +01:00
96c7d761ee
add algo for RGB to GrayScale 2022-12-30 18:20:38 +01:00
14f4ab2b81
improve err and help 2022-12-30 15:08:18 +01:00