30 Commits

Author SHA1 Message Date
7ce25bb234
create auto contrast filter
This filter improve contrast
and make the comics more
readable
2023-05-09 17:40:09 +02:00
2650b926f8
add grayscale mode
it will apply different formula to convert image into grayscale.

it works only if the source is not already in grayscale.

0 = normal
1 = average
2 = luminance
2023-05-05 12:24:12 +02:00
a54e093844
title page settings
add option to include or not title page
0 = never
1 = always
2 = when the epub is splitted
2023-05-05 12:08:48 +02:00
bd8506d367
add option to portrait only mode 2023-05-04 19:36:26 +02:00
bb15fa5538
add option to choose aspect ratio 2023-05-04 17:22:19 +02:00
88928168b4
compute original aspect ratio 2023-05-04 16:56:30 +02:00
abf3b8facf
add shortcut 2023-05-01 19:27:51 +02:00
728129aba2
reorg params and display relevant params only 2023-05-01 19:08:26 +02:00
a816350c97
add png output images format 2023-05-01 18:59:05 +02:00
58cd5f5399
add nofilter option 2023-05-01 17:25:19 +02:00
ee00ed2615
option to keep skip resize filter 2023-05-01 17:09:47 +02:00
8b04cbc38f
support grayscale or color mode
grayscale is on by default
as the conversion is mainly
useful for eInk device.
2023-04-30 18:20:54 +02:00
94983b0c61
add customization for body color 2023-04-30 16:49:55 +02:00
5b0051720f
simplify options display 2023-04-30 14:10:27 +02:00
1bc85f4c2d
change noblankpage by noblankimage
detect blank image even if crop is disabled
2023-04-28 17:25:43 +02:00
4dc1f7275f
improve crop ratio 2023-04-26 18:22:33 +02:00
a1b7497f0c
improve crop 2023-04-26 17:38:09 +02:00
0263a64321
comments the code 2023-04-26 16:23:38 +02:00
9cf733b553
add quiet mode 2023-04-22 15:42:39 +02:00
88eea07747
rename files 2023-04-22 10:57:50 +02:00
51c04fecb0
display perfect dim 2023-04-22 10:53:15 +02:00
ed1a312027
remove panelview 2023-04-16 11:44:03 +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
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
0e9ae95df0
add option to strip first directory from toc 2023-04-08 11:27:57 +02:00
a3d6e43b83
add version command 2023-04-05 09:28:03 +02:00
e9e614ffac
fix v2 release 2023-04-03 18:15:14 +02:00
1dcbe4468d
add reset option 2023-04-02 23:40:37 +02:00
ede00654b2
add comments for readability 2023-04-02 23:04:47 +02:00
3fd1529bb1
split profiles and options 2023-04-02 21:14:14 +02:00