Re: Graphics with object PL/SQL...???
Date: Mon, 18 Sep 2006 11:20:19 +0200
Message-ID: <eelock$or2$03$1_at_news.t-online.com>
Bilirubin schrieb:
> Is there any posibility(maybe in future) to work wit graphics with
> object PL/SQL like Java,(to draw lines and circles,elipses, etc...)
> If is posible can you tell me where I can found some matirial about it..!!
>
> Thanks in advance, Rubyn..!!!
>
>
>
Most graphics formats are binary, if you know the structure of this
binary format, you can work with it by means of pl sql. One possibility
you can look up by Rene Nyffenegger
http://www.adp-gmbh.ch/blog/2005/november/22.html
Another one can be SVG generation ( as it is XML and any kind of XML can
be easily generated with pl sql) and SVG can be easily converted with
Apache Batik into bitmap graphic formats.
Somebody else may suggest another alternatives.
Best regards
Maxim Received on Mon Sep 18 2006 - 11:20:19 CEST