manga-download / hakuneko

Manga & Anime Downloader for Linux, Windows & MacOS
https://hakuneko.download
The Unlicense
4.79k stars 469 forks source link

"Folder with images" chapter format: ability to generate simple index HTML files #1490

Closed reneguillot closed 4 years ago

reneguillot commented 4 years ago

Hello,

I've recently started using HakuNeko (the latest release 6.1.7@1069c5) and discovered a useability issue with the downloaded "folder with images" format, at least for many comics from the Toonily website.

The downloaded pictures seem to be relatively "fixed format" and they tend to frequently "split" the original comic picture when the images are positioned below each other (either in the HakuNeko reader or the PDF export print). In other words: the pictures have a margin around them that are quite annoying when reading the comics. Attached is an example screenshot, where two of those margins appear in a single comic picture.

MangaPictureMargins

I understand that this may be caused by the way how the Toonily website hosts the comic content and that HakuNeko cannot do too much about it by itself. And, I don't know which other of the comic websites would have the same issue.

However, as a workaround, would it be possible to enhance the "Folder with images" chapter format with functionality that automatically generates simple and straightforward HTML files that can serve as navigation (e.g. by chapter)?

I've experimented with this by manually creating an HTML file. This HTML file doesn't have any CSS layout formatting, but simply includes all images below each other, without any margin. This aligns all pictures seamlessly below each other and makes it able to scroll through the comic top-to-bottom without getting disturbed by the image margins.

html head titleStory X: Chapter 1/title /head body center img src="001.webp" br img src="002.jpg" br img src="003.jpg" br img src="004.jpg" br img src="005.jpg" br img src="006.webp" br img src="007.webp" br img src="008.jpg" br img src="009.jpg" br img src="010.jpg" br ... /center /body /html

I'm really interested in your feedback.

Thanks and best regards from The Netherlands.

ronny1982 commented 4 years ago

HakuNeko Reader has the ability to increase and also decrease the padding between images. Other reading software should support webtoon strips when reading images.

mangatabar commented 4 years ago

image

reneguillot commented 4 years ago

@ronny1982 @mangatabar Many thanks for your responses. Until now, I did not discover the Reader Control Panel before, but now I've found it.

Great help, thanks again. I'll close this issue.