View Single Post
Old 10-05-2010, 06:29 PM   #81
lilman
Addict
lilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-bookslilman has learned how to read e-books
 
lilman's Avatar
 
Posts: 326
Karma: 960
Join Date: Jul 2009
Location: Florida, US
Device: Kindle DX, iPad
Quote:
Originally Posted by jozicka View Post
strange, I have message :


Testing rar handler...
Can unrar: false
Can rar: false
WARNING: Canti was unable to find a compatible program for extracting rar archives; therefore, rar archives cannot be used as input files. Please see readme.txt for instructions on setting up a compatible unrar handler.


But I have a winrar3 corporate install (c:\program files\winrar\unrar.exe )and I can manually extract the file using unrar command.
I will look at the source code to see why it didn't find your rar handler.

Quote:
Originally Posted by jozicka View Post
Can I use my own batch to have extracted all jpg for processing in one folder? something like:

java -jar Canti.jar -parent_folder "D:\\image1\\ast\\*.jpg\\" -title "Asterix1" -output_folder D:\\Image2\\
Close, but that won't work. Just specify the folder path, not the *.jpg part. So it would look like:
java -jar Canti.jar -parent_folder D:\\image1\\ast\\ -title "Asterix1" -output_folder D:\\Image2\\

Quote:
Originally Posted by jozicka View Post
edit: If I run

java -jar Canti.jar -parent_folder "D:\\image1\\ast\\" -title "Asterix1" -output_folder D:\\Image2\\

I got this:

Converting all manga scans using ImageMagick...
Processing folder: Asterix1...
Exception in thread "main" java.lang.NumberFormatException: empty String
at sun.misc.FloatingDecimal.readJavaFormatString(Unkn own Source)
at java.lang.Double.parseDouble(Unknown Source)
at common.image.ImageMagick.getImageData(ImageMagick. java:176)
at common.image.ImageMagick.processImage(ImageMagick. java:113)
at manga.ConvertManga.main(ConvertManga.java:1625)


and files are actually copied to image2\%title% without any change...
Upload that comic to a free upload service like megaupload and pm me the download link. I will have to test it myself to see what is going wrong.
lilman is offline   Reply With Quote