10-04-2012, 09:27 AM | #1 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Jan 2011
Device: Kindle Paperwhite
|
Is there a way to put comics/manga on PW?
Mangle apparently doesn't work anymore.
|
10-04-2012, 10:04 AM | #2 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
To answer the question posed by the thread title, one of the newly advertised features of the Paperwhite is built-in Comic book and Manga support, with Panel View, as mentioned here:
http://blog.the-ebook-reader.com/201...video-surface/ |
Advert | |
|
10-04-2012, 10:39 AM | #3 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Jan 2011
Device: Kindle Paperwhite
|
That doesn't help me at all. I have my own comics I have done that I want to put on my kindle. The pictures folder doesn't work anymore.
|
10-04-2012, 10:57 AM | #4 |
Enthusiast
Posts: 36
Karma: 681984
Join Date: Mar 2012
Device: iPad Air 4, Onyx Boox Nova 2, Kindle Oasis 2
|
You could make a cbr/cbz of the images for your manga and use Calibre to convert it to a mobi file. It works fairly well for me on my Kindle Touch - haven't gotten my PW yet to try it out there.
|
10-04-2012, 11:48 AM | #5 |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
They changed it from the \pictures folder to the \images folder. The image viewer in the PW also doesn't store the last read location, which can be a problem.
You also want to resize them to 1024x758 (yes, 758). |
Advert | |
|
10-04-2012, 08:05 PM | #6 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2012
Device: Kindle
|
Its hard to find a software that automatically converts the pics for you (if anybody finds one please share)...but idk if its compatible yet no one said anything about it being compatible....plus the device only has like 1.29 gb to use which isn't that much for the comics/manga pictures...i wish they put an external memory card slot....:'(
Last edited by thehaXor360; 10-04-2012 at 08:12 PM. |
10-04-2012, 08:43 PM | #7 | |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
Quote:
On the PW, it seems like they removed some functionality out of the image viewer such as saving last viewed location (I only had a K3Keyboard before so I can only tell you the differences between these two). To be able to view images, the images have to be placed in subfolders or zips in \images. (On the K3, it was \pictures) Since the PW can't remember the last read location, I'm putting together a simple program that will build the html, ncx, and opf files for a Panel view comic. You would then use Kindlegen to create the mobi file. |
|
10-04-2012, 09:05 PM | #8 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2012
Device: Kindle
|
awesome! please share the program when your done developing it...
|
10-04-2012, 09:19 PM | #9 |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
Yeah, I'll share it once I get most of it worked out.
I don't know why, but the resulting mobi file is twice the size it should be... If only I knew more about .ncx, .opf, and kindlegen. |
10-04-2012, 09:58 PM | #10 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2012
Device: Kindle
|
It's probably something that has to do with the mobi format...sometimes different formats tend to use different amounts space...
Last edited by thehaXor360; 10-04-2012 at 10:06 PM. |
10-04-2012, 10:16 PM | #11 |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
I found out why it doubled. It has to do with Kindlegen creating a SRCS record. It can be stripped out using some tools.
|
10-04-2012, 10:59 PM | #12 |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
Okay, here it is.
It's written in C# so you'll need at least .NET 2.0 framework installed. What it does: The Kindle Paperwhite's image editor no longer stores last read location, so my solution is to create a .mobi Panel View comic book (images fill the screen). This program will generate the .html, .opf, and .ncx files for Kindlegen to generate the .mobi. How to use: 1. Prepare comic/manga images using a batch image editor (IrfanView, Photoshop, etc) or Mangle. Resize the images to 758x1024 in .png or .jpg formats and apply any other sharpening/processing as you wish. (I have not tested any other resolutions) 2. Organize the images into folders (Use leading 0's to avoid file ordering problems). For example, C:\Naruto C:\Naruto\Chapter 001\ C:\Naruto\Chapter 001\001.png C:\Naruto\Chapter 001\002.png C:\Naruto\Chapter 002\ C:\Naruto\Chapter 002\001.png C:\Naruto\Chapter 002\002.png 3. Open KindleComicParser.exe (attached to this post), type in a title name into the textbox, click process, and select C:\Naruto. A message should pop up once complete, and C:\Naruto should be filled with a .opf, .ncx, and many .html files. 4. Run Kindlegen (link to download page) on the .opf file. Depending on how many images you have, this may take awhile. Once completed, the .mobi file should be in the directory. 5. Remove the SRCS record to reduce the .mobi filesize in half. You can use Kindlestrip. 6. Copy the .mobi file to your Kindle! I may port this over to python eventually. Last edited by Dc5e; 10-04-2012 at 11:03 PM. |
10-04-2012, 11:02 PM | #13 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2012
Device: Kindle
|
Thanks Man You are AWESOME!!!!!!!!!
I'll test it out...and tell you if it worked |
10-04-2012, 11:13 PM | #14 |
Junior Member
Posts: 6
Karma: 10
Join Date: Oct 2012
Device: Kindle
|
It worked man thanks so much....one more question tho...is there a kindlestrip script for windows???
|
10-04-2012, 11:24 PM | #15 |
Member
Posts: 20
Karma: 43546
Join Date: Oct 2012
Device: Kindle Paperwhite and Kindle 3
|
|
Tags |
comics, k5 tools, kindle tools, manga, paperwhite |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comics/Manga on the kindle - the right way (using PS) | curstpriest | Amazon Kindle | 28 | 05-10-2011 10:30 AM |
Manga/comics viewing | Mitsuya Cider | Amazon Kindle | 10 | 11-01-2010 01:18 PM |
Classic Manga/Comics on Nook | jeffcobb | Barnes & Noble NOOK | 6 | 09-17-2010 10:40 PM |
Manga/Comics on the Kindle 2 | forkyfork | Amazon Kindle | 1 | 05-12-2009 11:19 PM |
Manga and other comics | theta | iRex | 1 | 07-25-2006 08:18 AM |