> Dear programmers,
>
> I would like to know if it is possible to do a little of image
> processing (something like matlab programs) with JAva. I would like to
> use some RGB representations (maybe HSL or others). Is java 2d going to
> satisfies this requirements, or should I try another package?
I think there is a Java interface to GraphicsMagick:
http://www.graphicsmagick.org/
http://www.yeo.id.au/jmagick/
Ciao,

Signature
David N. Welton
- http://www.dedasys.com/davidw/
Linux, Open Source Consulting
- http://www.dedasys.com/
Marcelo - 14 Nov 2005 22:55 GMT
>>Dear programmers,
>>
[quoted text clipped - 10 lines]
>
> Ciao,
The best one is the jmagick, there are some very interesting sources and
it uses the imageMagick library (that's what I need).
thanks very much
MArcelo
David N. Welton - 14 Nov 2005 22:55 GMT
>> I think there is a Java interface to GraphicsMagick:
>>
>> http://www.graphicsmagick.org/
>>
>> http://www.yeo.id.au/jmagick/
> The best one is the jmagick, there are some very interesting sources and
> it uses the imageMagick library (that's what I need).
> thanks very much
GraphicsMagick is a fork of ImageMagick, so you can use either one with
jmagick, which is just the interface.
Ciao,

Signature
David N. Welton
- http://www.dedasys.com/davidw/
Linux, Open Source Consulting
- http://www.dedasys.com/