You should be able to do most of what you want to do with the Java2D
API, including ImageIO for BufferedImages. See

http://java.sun.com/j2se/1.3/docs/guide/2d/spec/j2d-title.fm.html

for a starter course on Java2D, and then the API documentation for the rest.

Cheers, Eric

ted serbinski wrote:

Hi all!

Well I've been doing quite a bit of extensive research, trying to find a
good java API for image manipulation.

Essentially I want to be able to write a servlet that will take an image
name and a few other parameters, and then manipulate the image, such as
resizing the image to create a thumbnail, possibly converting it to grey
scale, and also returning the height and width of the image.

Now I've looked into ImageMagick, JMagick, ImageJ, JAI, and now I've finally
come to Image I/O.

Thus far I haven't been able to find a simple solution to what I want to do,
but I think Image I/O might be the sweet spot.

So I was wondering if anyone knows if the above mentioned is possible, and
if so, does anyone know of any good examples of doing simple stuff like
this?

Any help or comments are greatly appreciated.

Thanks
ted

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA-IMAGEIO-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".



=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to