banner_jpg
Username/Email: Password:
Forums

looking for manhwa reader software.

You must be registered to post!
From User
Message Body
user avatar
 Member

2:06 am, Aug 13 2013
Posts: 16


Can anyone direct me to a manhwa reader for the long strip manhwa such as Girl the Wild's and Welcome to room 305. I am not looking for manhwa in this genre but a reader such as mangameeya manga reader to read offline or zip files.

user avatar
Noblesse Forever!
Member

3:08 am, Aug 13 2013
Posts: 1067


HoneyView.

CDisplay...

________________
User Posted Image
user avatar
Lazy Scanlator ^_^
Member

3:37 am, Aug 13 2013
Posts: 280


Comic Viewers load pages one by one, so reading webtoons is not as smooth there.

Why not make a simple html file to read with? (That's what I do, at least.)

Filename, e.g.: webtoon.html
Code:
Spoiler (mouse over to view)
<html>
<body bgcolor=#666666>
<center>
<img src="file://F:\new-webtoon\01.jpg" border=0><br>
<img src="file://F:\new-webtoon\02.jpg" border=0><br>
<img src="file://F:\new-webtoon\03.jpg" border=0><br>
<img src="file://F:\new-webtoon\04.jpg" border=0><br>
<img src="file://F:\new-webtoon\05.jpg" border=0><br>
<img src="file://F:\new-webtoon\06.jpg" border=0><br>
<img src="file://F:\new-webtoon\07.jpg" border=0><br>
<img src="file://F:\new-webtoon\08.jpg" border=0><br>
</center>
</body>
</html>

"new-webtoon" is an exemplary folder from disk "F" - you'd have to unpack the pages to it and use some mass rename program (e.g. Bulk Rename Utility) to rename the pages to the format you chose in the html file (e.g.: 01, 02, 03, ...).
If the chapter has more than eight pages, then you'll have to add more lines to the file.
Actually, you can make lines 40 pages from the start - if the pages are non-existant, the browser won't load them.

________________
You can PM me if you need a temporary (freelance) cleaner/redrawer for some project. Especially if it's something with nice art.
Being the lazy person that I am, I'm not likely to accept anything long-term though.
User Posted Image
user avatar
Member

12:06 am, Aug 14 2013
Posts: 36


i second honeyview. its simple, easy and does the job best <3

Post #610793 - Reply to (#610710) by strixflash
user avatar
chasing oblivion
Member

12:44 am, Aug 14 2013
Posts: 1366


Quote from strixflash
CDisplay...

CDisplayEx

________________
Sarcasm just doesn't work over the internet.
You must be registered to post!