Hi all,
A question from an absolute Java newbie:
I have to translate some Delphi code into Java. It is a class that
performs simple image processing. Image data is sent to the class via
Delphi's TImage object. After processing, the image is available as
Delphi's TBitmap object. These objects are built into the Delphi
language, so anybody coding in Delphi can use the class easily.
What would be the Java equivalent? BufferedImage, Image, other?
I guess the short version of the question is: if you were to use a third
party image processing class, what would be your preferred way of
passing image data to/from it?
Thanks,
Eric
Daniel Pitts - 25 Nov 2007 00:00 GMT
> Hi all,
>
[quoted text clipped - 14 lines]
> Thanks,
> Eric
Passing the image in, probably the third-party library should accept and
Image, and you should create a BufferedImage to pass to it.

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
Daniel Pitts - 25 Nov 2007 00:02 GMT
> Hi all,
>
[quoted text clipped - 14 lines]
> Thanks,
> Eric
Oh, and aside from my other response, you should look into JMagick, its
the open source Java interface to ImageMagick:
<http://www.yeo.id.au/jmagick/>

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
Roedy Green - 25 Nov 2007 06:39 GMT
>What would be the Java equivalent? BufferedImage, Image, other?
see http://mindprod.com/jgloss/image.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com