Quote:
Originally Posted by kovidgoyal
Doesn't the -w option do that already?
|
I don't believe so, run a file though the filter twice. Once with and once with out the -w flag and compare the files sizes. The one for landscape should be significantly bigger as I would expect it to have more pixels in it.
Code:
comic2lrf -w -l -r foo.cbz -o foo-w.lrf
comic2lrf -l -r foo.cbz -o foo.lrf
-rw-r--r-- 1 jb23 jb23 1760754 1 Dec 09:46 foo-w.lrf
-rw-r--r-- 1 jb23 jb23 4775249 1 Dec 09:45 foo.cbz
-rw-r--r-- 1 jb23 jb23 1760753 1 Dec 09:47 foo.lrf