Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Other formats > LRF

Notices

Reply
 
Thread Tools Search this Thread
Old 09-22-2008, 02:52 AM   #211
TOPO
Junior Member
TOPO began at the beginning.
 
TOPO's Avatar
 
Posts: 3
Karma: 10
Join Date: Sep 2008
Location: Madrid, Spain
Device: PRS-505
I got the same problem with other conversions... I think comiclrf can't figure out the right width for the document. I works for landscape in the same way that works for regular conversions, so it uses a fixed height for the document instead of a fixed width when working landscape.

Maybe Mr.FangornUK should have a look at it. I think this should work like that:

Regular document:
- With "keep aspect" option it adds left and right borders to the document.
- Without "keep aspect" option the page resizes to 600x800

Wide document:
- Allways mantains the aspect, and no matter how high the page is, the width is allways 800.
TOPO is offline   Reply With Quote
Old 09-29-2008, 02:00 PM   #212
lineager
Member
lineager has learned how to buy an e-book online
 
lineager's Avatar
 
Posts: 14
Karma: 92
Join Date: Aug 2008
Device: SONY PRS-505, Kobo Aura HD, Kobo Aura One
Hi FangornUK,

Is it possible to add "--right to left" parameter to your ComicLrf ?
I know the latest version is Comic2Lrf, but the speed of ComicLrf is faster than Comic2Lrf on my P4 PC...
lineager is offline   Reply With Quote
Advert
Old 09-29-2008, 02:18 PM   #213
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
lineager, really? by how much? Performance should be about the same as the hefty conversion code is pretty much the same.
I wasn't going to do anymore development on it.
FangornUK is offline   Reply With Quote
Old 09-29-2008, 03:04 PM   #214
lineager
Member
lineager has learned how to buy an e-book online
 
lineager's Avatar
 
Posts: 14
Karma: 92
Join Date: Aug 2008
Device: SONY PRS-505, Kobo Aura HD, Kobo Aura One
Quote:
Originally Posted by FangornUK View Post
lineager, really? by how much? Performance should be about the same as the hefty conversion code is pretty much the same.
I wasn't going to do anymore development on it.
I just feel it make faster than comic2lrf.. I will test both speed later...

Last edited by lineager; 09-29-2008 at 03:11 PM.
lineager is offline   Reply With Quote
Old 10-03-2008, 02:45 AM   #215
banjopicker
Member
banjopicker began at the beginning.
 
banjopicker's Avatar
 
Posts: 24
Karma: 10
Join Date: May 2007
Device: PRS-505
Comic2lrf.exe now lets you zoom in on comics, but it seems like it is still converting them to the same resolution as before. Whenever I zoom, the zooms are pixelated and fuzzy. I know the resolution is there in the original cbz file, but the conversion seems to keep the resolution at the portrait mode setting even though it now lets you zoom. Here is the command I am using in XP:

"C:\Program Files\calibre\comic2lrf.exe" "Comic_about_an_aardvark.cbz" -r -w -d -l -a "Comic"
banjopicker is offline   Reply With Quote
Advert
Old 10-26-2008, 12:44 PM   #216
serpentium
eAddictd
serpentium began at the beginning.
 
serpentium's Avatar
 
Posts: 41
Karma: 10
Join Date: Apr 2008
Location: Italia
Device: PRS505, Iliad Book Edition
i know the name is comiclrf, but...

i know comiclrf means making .lrf files but i switched 2 weeks ago to ILIAD from my sony prs505 and now i cannot read lrf there.
Could you do put an option to make pdf instead of lrf? (i dont know how to send lrf to pdf printer with mac os x)

cheers
serpentium is offline   Reply With Quote
Old 12-29-2008, 03:19 PM   #217
zefeng
Junior Member
zefeng began at the beginning.
 
Posts: 2
Karma: 40
Join Date: Dec 2008
Device: PRS505
I really enjoy using comiclrf.
To make it better, is it possible to add a parameter to turn off "white edge cutting"? That is, simply treating the width of white edge as zero? When I was using comiclrf, sometimes it is intended to leave white space to express original feelings...
Thank you!
zefeng is offline   Reply With Quote
Old 12-29-2008, 03:30 PM   #218
FangornUK
Addict
FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.FangornUK has a complete set of Star Wars action figures.
 
FangornUK's Avatar
 
Posts: 205
Karma: 317
Join Date: Oct 2006
Location: England
Device: Sony PRS-505, iPad, Kindle 3
Sure, just put a ticket request in here http://calibre.kovidgoyal.net/query
FangornUK is offline   Reply With Quote
Old 12-29-2008, 05:49 PM   #219
acidzebra
Liseuse Lover
acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.
 
acidzebra's Avatar
 
Posts: 869
Karma: 1035404
Join Date: Jul 2008
Location: Netherlands
Device: PRS-505
Quote:
Originally Posted by zefeng View Post
I really enjoy using comiclrf.
To make it better, is it possible to add a parameter to turn off "white edge cutting"? That is, simply treating the width of white edge as zero? When I was using comiclrf, sometimes it is intended to leave white space to express original feelings...
Thank you!
I had that when converting some manga, where a white page with a single object would appear once in a while. Putting a border around those specific pages with imagemagick before converting to lrf solved the issue:
Code:
convert -border 2x2 -bordercolor "#000000" old.jpg new.jpg
This is easy to run as part of a batch job, too.

Now if only I could find a convenient way of cropping scanned-in page numbers automatically...

Last edited by acidzebra; 12-29-2008 at 05:55 PM.
acidzebra is offline   Reply With Quote
Old 12-30-2008, 09:09 AM   #220
zefeng
Junior Member
zefeng began at the beginning.
 
Posts: 2
Karma: 40
Join Date: Dec 2008
Device: PRS505
Many thanks!
acidzebra, try ChainLP.
zefeng is offline   Reply With Quote
Old 12-30-2008, 05:13 PM   #221
acidzebra
Liseuse Lover
acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.acidzebra ought to be getting tired of karma fortunes by now.
 
acidzebra's Avatar
 
Posts: 869
Karma: 1035404
Join Date: Jul 2008
Location: Netherlands
Device: PRS-505
That, my new friend, is one awesome tool. It is a shame that is seems to be windows-only, I can't read the language that it is published in, the zip functionality seems to be broken on my system (I copied unzip32.dll to my system folder but that didn't seem to help), the LRF output seems to get me a non-working LRF but the sequential image output function works great and it seems to detect and remove those pesky page numbers without fail using the option "page revision - novel only".

Definitely a tool to watch. Cheers.
acidzebra is offline   Reply With Quote
Old 01-26-2009, 03:18 PM   #222
Matt Horne
Member
Matt Horne began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2009
Device: Sony Reader 505
Hi,

Been trying this out.. very impressed

I cannot get wildcards to work at all with comic2lrf (the one with calibre)

comic2lrf testcomic*.cbr

Is there anything wrong with the above command line ? I just get a error when it says it cannot find testcomic*.cbr

Cheers

Matt
Matt Horne is offline   Reply With Quote
Old 01-26-2009, 03:23 PM   #223
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,857
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
comiclrf doesn't support batch conversion. Use the GUI for that
kovidgoyal is offline   Reply With Quote
Old 01-30-2009, 03:27 AM   #224
banjopicker
Member
banjopicker began at the beginning.
 
banjopicker's Avatar
 
Posts: 24
Karma: 10
Join Date: May 2007
Device: PRS-505
Quote:
Originally Posted by Matt Horne View Post
Hi,

Been trying this out.. very impressed

I cannot get wildcards to work at all with comic2lrf (the one with calibre)

comic2lrf testcomic*.cbr

Is there anything wrong with the above command line ? I just get a error when it says it cannot find testcomic*.cbr

Cheers

Matt
For batch conversion of all cbz/cbr files in a directory you can make the following .bat file and run it in the directory of files that you want to convert. The reason it creates a temporary file is because using wildcards alone in the command line didn't handle paths with spaces in them very well. Hope this helps:

Code:
cls
dir /b *.cb* > dir.txt
For /F "tokens=* delims=" %%A in (dir.txt) Do call "C:\Program Files\calibre\comic2lrf.exe" "%%A" -w -l -a "Comic"
del dir.txt /F
banjopicker is offline   Reply With Quote
Old 01-30-2009, 02:41 PM   #225
Matt Horne
Member
Matt Horne began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2009
Device: Sony Reader 505
Thats brilliant Thanks!... its been too long since I have done any msdos batch scripts
Matt Horne is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion of comics (CBR/CBZ) FangornUK Conversion 269 09-05-2012 11:43 PM
PDF -> JPG -> CBZ -> LRF leveck Workshop 13 06-16-2011 11:21 AM
Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? Neole Alternative Devices 15 05-15-2011 05:02 PM
how to read / convert comics (.cbz) cybmole Calibre 8 10-04-2010 03:16 AM
CBZ > LRF (LRF>HTML/MOBI????) sideburnt Calibre 4 09-15-2009 06:44 AM


All times are GMT -4. The time now is 11:35 PM.


MobileRead.com is a privately owned, operated and funded community.