Manga2Ebook initial release
I’ve recently got my hands on a new Ebook-reader (the Sony Reader) which uses the Eink-technology. Electronic paper if you will. With this technology, an image is built up electronically onscreen. But after the initial image-creation, the screen won’t use any (electronic) power anymore. Because it doesn’t have a backlightit reads just like a real paper (newspaper quality)
Besides power consumption, the resolution, or better said, DPI is very good too. 166, this can be compared to a printout from a inkjet printer.
IMO, this technology would be mature in a few years, therefor I wanted to see the potential and become an early adapter to see how it could benefit our further development.
(i’ll write a review in later posts)
For this gadget, I’ve made a C#-program which would convert a collection of digitized comics and manga into a PDF-file which eventually can be used on an electronic reader device.
Because it’s written in C# you’d need to install .NET 2.0 (if you haven’t already.)
Also, it need the image manupilation power of the free and powerfull ImageMagick. Download and install the files here (or get the package which has the files included). Chose for the ones named -Q16-windows-dll.exe
This program can be found here:
program with imagemagick-DLL included
A quick and dirty explanation on the usage:
Goal
Manga2Ebook is created to autoconvert vast manga/comics -collection(s) to a PDF-file(s) with the intention to for reprocessing through a PDF to readerformat tool.
Wether your Ebook-reader can read the PDF-files depends on the reader.
If you are using the Sony Reader or Irex Ilyad, I’d recommend you to run the PDF-files through the free program RasterFarian. This will rasterize the PDF-files and makes it them suitable for your device (and the size would decrease too)
Usage
Select the main directory with the archives you want to combine into a PDF. Manga2Ebook can handle zip, cbz, rar and cbr-files.
Manga2Ebook will create a subdirectory named “destination” for it’s files (if it doesn’t exist yet). The size of this directory will be at least 2 times as big as the source directory, so make sure you have enough diskspace.
Step 1 Re-archiving
The title of the archive(s) will be used to determine the sorting as they will eventually be the “chapter”-title in the PDF-file, so if you haven’t done so yet, I’d recommend you to sort and rename your archives with good naming. (rasterfarian can convert these into a TOC too)
Manga2Ebook will try to recursive unpack the archives, but only the main archive will be the chaptertitle. (example: Manga.zip contains chapter1.zip, chapter2.zip. Manga2Ebook will make the chaptername “Manga”. The files found in the other archives will merely be pages)
Within the selected directory, a temporary process-directory will be made where the files are unpacked, sorted into folders (so if you have a chapter1.zip and a ch2.zip in Manga.zip, the ch2 files will go before chapter1 files. You’re responsible for sorting your own collection).
Step 2 Image processing
After unarchiving the images will be processed in correspondence to the settings. These will be placed underneath a “destination/resized”-folder.
Step 3 PDF creation
The final step is the PDF-creation. From the images and folderstructure in the resized folder, a PDF will be created. This will be placed in the destination folder.
The “document”-titlevalue will determine the file’s name.
Final steps. Run the PDF files through your favorite converter for your ebook-reader if needed
notes: I’ve managed to create LRS and LRF-files too, but this option has been removed, because the LRF-files rasterized by rasterfarian are smaller.
Hightech @ AFmag.net » Using Manga2Ebook and Rasterfarian for manga on the sony reader. A howto. said,
September 5, 2007 @ 8:17 pm
[...] first step is to Manga2Ebook to convert a collection of manga-books into PDF-form. The program itself has a usage-explanation, [...]
LD said,
October 12, 2007 @ 10:51 am
Do you plan to make this cross platform? I’d like this working together with libprs500 if possible.
pelenor said,
November 7, 2007 @ 9:06 am
I tried to convert but got the following error message: A Procedure by ‘Magicknet, version = 1.0.2703.2922, culture=neutral, Publickey Token =nul” could not be loaded.
Am I doing it wrong?
peter said,
November 7, 2007 @ 12:58 pm
Have you installed imagemagick?
pelenor said,
November 7, 2007 @ 9:40 pm
Yes. Imageshack is installed. I’m going to try to reinstall everything again and try again.
Eric Liao said,
December 1, 2007 @ 8:08 pm
My wish list:
1. support for archive format such as zip, rar…
2. automatic split two pages in a file into two files
Raziel said,
December 2, 2007 @ 1:00 am
manga2ebook doesn’t seem to work under Windows Vista 64bit edition with .net runtime version 3.5, not sure which of those variables the issue is related to… I can guess that it might be unhappy with the fact that the dll’s shipped is the 32 bit derivatives. To be specific, it complains about the image processing step, not being able to load MagickNet.
I have tried both the fully packaged release, and have tried the base release with a separate installation of ImageMagick. Absolutely no luck whatsoever. Is anyone able to actually get it working?
kmmbvnr said,
March 11, 2008 @ 5:03 am
What about program sources? Do you with to publish it?
Will this program work on my linux box under mono?