(keitai-l) Re: Dynamic GIFs

From: <jshore_at_e-shuppan.com>
Date: 05/30/01
Message-ID: <MABBKIOMNOKHGFBODKBAMENLCAAA.jshore@e-shuppan.com>
>
> How good is JAI at building images from scratch?
>
> Kyle
>

I assume by "from scratch", you mean write this pixel at [x,y] or copy a
smaller image into a larger at s specific position, etc.  Yes, all of these
can be done.  JAI shares some classes with the AWT class hierarchy (though
does not require a gui), so can also bring in AWT-based rendered images.

JAI shares RenderedImage, BufferedImage and a few other classes.  Each of
these image wrappers has facilities for low-level manipulation (set x/y).
Otherwise use the AWT tools to render into the image.

JAI internally also supports placement of images within images, in addition
to just about any image processing operation you can dream up.  Geez
sounding like a Sun salesman here.

JS



[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
Received on Wed May 30 17:26:01 2001