best way to deliver image on the web

A

autogoor

I would like to get some suggestion about my image processing work. I
want to load a image, do some processing, and send it out (to a file or
a servlet reponse). What is the best way to do it? ImageFilter?
ImageOp? Since I have not start the project it, all suggestion about
all aspect of the project are deeply appreciated.


Thanks,
 
A

Andrew Thompson

I would like to get some suggestion about my image processing work. I
want to load a image, do some processing, and send it out (to a file or
a servlet reponse).

How about. Send it out as a file - using the servlet response.
...What is the best way to do it? ImageFilter?
ImageOp?

That depends on what 'some processing' means.

As a crude, but extreme example. 'image resizing'
can be done by the browser itself - crudely - when
you wrap the image in the appropriate HTML.

Exactly what image operations are you performing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top