var fDesc=new Array(); fDesc[0] = "For those of us who enjoy comics and graphic novels it is nice to be able to carry your favourite ones with you on the go. For that reason I created the Pocket Comic application that you can find on this site, soon to be released on Windows Mobile Marketplace. But the biggest challenge I have faced is getting my comics into the right format. I have downloaded comics from the net (that I already own!) or I have scanned my own copies, but I always have to spend a lot of time and effort getting them into the right format and size before zipping them and renaming them as CBZ files.

For that reason I created Comic Converter. This Windows application will take just about any kind of comic you care to throw at it and build you a CBZ to your personal specifications. Input formats include CBZ, CBR, ZIP, RAR, PPT, PPTX (requires PowerPoint to be installed) or just a plain folder. It also works in batch mode so you can setup all of your comics in one go and then let it run through and convert them all at once. Best of all it is free! As in please donate if you like it kind of free.

There are lots of options for resizing and cleaning the files contained in the comic as well as the type of resizing algorithm and the output file formats (gif, bmp, jpg, png, tif). Just have a play to see the potential. And if you really have a lot of comics to convert then try the drag and drop mode which will take folders or any of the supported file formats. There couldn't be a quicker way to bulk convert your comics. Download it now and give it a go!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }