You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Tobias Dahinden <da...@karto.baug.ethz.ch> on 2005/04/26 12:54:10 UTC

batik-rasterizer in pipe

Hello everybody

Does anyone know whether it is possible to use batik-rasterizer in a 
pipe? Something like
cat myGraphik.svg | java -jar batik-rasterizer.jar -d myOutput.png

Regards
Tobias Dahinden




-- 
Tobias Dahinden
Insitut für Kartographie
HIL G14.2
ETH Hönggerberg
8093 Zürich
Tel. +41-1-633'24'86
Fax. +41-1-633'11'53
http://www.ika.ethz.ch/dahinden
http://www.ika.ethz.ch/td/gps/ika_viewer.html
--


---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: batik-rasterizer in pipe

Posted by Thomas DeWeese <Th...@Kodak.com>.
Hi Tobias,

Tobias Dahinden wrote:

> Does anyone know whether it is possible to use batik-rasterizer in a 
> pipe? Something like
> cat myGraphik.svg | java -jar batik-rasterizer.jar -d myOutput.png

    Not as is, but you should be able to fairly simply use the
underlying classes to support reading from System.in, they
all use Streams/Readers.  Take a look at the
org.apache.batik.transcoder package.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org