>>>>> "KI" == Kazunari Inoue <[EMAIL PROTECTED]> writes:
>>
>> " java -jar rasterizer.jar -d MyDir -m image/jpg foo.svg " .
>>
KI> Sorry.
KI> "rasterizer.jar" is incorrect discription.
KI> Certainly, this is "batik-rasterizer.jar".
Well I certainly use this all the time:
% java -jar batik-rasterizer.jar -d /tmp/ -m image/jpg samples/batikLogo.svg
About to transcode 1 SVG file(s)
Converting batikLogo.svg to /tmp/batikLogo.jpg ... ERROR: The JPEG quality has not
been specified. Use the default one: no compression
... success
% ls -l /tmp/batikLogo.jpg
-rw-r--r-- 1 tdeweese 48180 Nov 12 08:21 /tmp/batikLogo.jpg
Viewing the results also has no problem. Perhaps the problem is with
your SVG file? If it is small you could attach it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]