Servlet for mixing images

J

Jano

Hello everybody,

I want to program a servlet which must do the following:

* Read two images supplied as files/urls

* Mix them using another offset parameter

* Return a single image/jpg with the mix

Any insight into the relevant classes I should look at will be very
appreciated!

TIA,

Alex.
 
C

Chris Smith

Jano said:
I want to program a servlet which must do the following:

* Read two images supplied as files/urls

* Mix them using another offset parameter

* Return a single image/jpg with the mix

Any insight into the relevant classes I should look at will be very
appreciated!

Sure. If you're using JDK 1.4, you want java.awt.Image,
java.awt.Graphics, and javax.imageio.ImageIO, plus some supporting
classes, such as the servlet API classes, standard I/O streams, etc. If
you need to run in a headless environment, remember to specify -
Djava.awt.headless=true when you run the servlet container.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

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

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top