crop image
Hi, guys..
I will make a client-server application using j2me and servlet. Servlet will send an png image as a response to j2me. The servlet's actions about the request are:
1. servlet will put a small circle image in some parts of the main image, then
2. servlet will crop part of the main image as client request then send it to client.
I get trouble to put the small circle image to the main image and crop the main image. Could somebody help me about the algorithm or source code?
Thanx..

