thank you for this great tool! i am getting a weird error in the Mac version when trying to pass arguments to the tool.
Code:
osxmachine:dir$ ./comiclrf convertme.cbr
seems to work fine, and starts to extract and process. but;
Code:
osxmachine:dir$ ./comiclrf -r -l convertme.cbr
does not work, and instead results in:
Code:
osxmachine:dir$ ./comiclrf -r -l convertme.cbr
option - not recognized
Usage: comiclrf [options] [comic.(cbz|cbr)]...
Version: 2.3 (20080706)
Options:
-a [AUTHOR] Override the Comic Author
-t [TITLE] Override the Comic Title
-o [DIR] Output directory for generated LRF Book. Default: Comic directory
-c Number of colours for Greyscale image conversion. Default: 64
-n Disable Normalise (improve contrast) colour range for pictures. Default: On
-r Maintain picture aspect ratio. Default: Off (i.e. fill screen)
-s Disable sharpening. Default: On
-l Disable Landscape image splitting into two Portraits. Default: On
Pass it the full path and filename to the Comic (CBZ,CBR) file
e.g. comiclrf.pl "c:\downloads\Simpsons 01.cbz"
what am i doing wrong? am i passing the arguments wrong? syntax?