mirror of
https://github.com/ciromattia/kcc
synced 2026-07-01 10:35:29 +00:00
add image quality section
+29
-4
@@ -1,6 +1,6 @@
|
||||
Here are some formatting issues I've observed in some Kindle Store manga:
|
||||
|
||||
1) faded black levels causing unneccessarily low contrast, which is hard to see and can cause eyestrain.
|
||||
1. faded black levels causing unneccessarily low contrast, which is hard to see and can cause eyestrain.
|
||||
|
||||

|
||||
|
||||
@@ -18,19 +18,44 @@ demonstrated here with the Humble Bundle version:
|
||||
Incorrect black levels causes manga to look faded and washed out, and is a lot harder to see and can cause eyestrain.
|
||||
E-ink is already lower contrast than LCD, there's no need to make the contrast even lower with non-black images in manga.
|
||||
|
||||
2) Unneccesary margins, usually at the bottom
|
||||
2. Unneccesary margins, usually at the bottom
|
||||
|
||||

|
||||
|
||||
Manga should be fullscreen, since most Kindles are much smaller than physical paper volumes.
|
||||
I've even seen cases where margins are added on all 4 sides, not just the bottom.
|
||||
|
||||
3) Incorrect page turn direction for right to left manga.
|
||||
3. Inferior image quality
|
||||
|
||||
Here are some comparisons between manga that isn't and is rendered at the native resolution of my Kindle.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
The manga that was rendered at my Kindle's native resolution from Kindle Comic Converter is strikingly clear.
|
||||
|
||||
The main issue is that most manga on the Kindle Store is created with either KindleGen or Kindle Create.
|
||||
In practice, this either means a resolution limit of x1920 or x2250 pixels in height.
|
||||
Instead of a fixed resolution,
|
||||
creating individual files tailored for a specific device's screen resolution
|
||||
gives far better results with far fewer resizing artifacts and moire.
|
||||
Moire can be a big problem due to the screen tones all manga use.
|
||||
|
||||
Moreover, the downscaler in kindlegen is very blurry, KCC uses a much sharper LANCOZ downscaler.
|
||||
|
||||
KCC also uses technologies like MozJpeg to offer very efficient compression
|
||||
with minimal artifacting around the text,
|
||||
which can be very noticeable around page refreshes.
|
||||
I've noticed Kindle Store manga having very heavy jpg compression artifacts, especially around text.
|
||||
|
||||
|
||||
4) Incorrect page turn direction for right to left manga.
|
||||
|
||||

|
||||
|
||||
|
||||
4) 2 page spread alignment off by 1
|
||||
5) 2 page spread alignment off by 1
|
||||
|
||||
Sometimes there's a single page misaligned in landscape:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user