Thanks but...I haven't been clear enought, sorry. In fact, I want to avoid to do this task manually. What I want is a kind of java function that can do the resizing automatically. Something like :
public File resizeImage(File initialImage, int newLong, int newLarg)
{
.
.
.
}
and the result must be the same image but with another format.
I know that there is no easy way to do that, but I expected that someone knew a good program that can be INTEGRATED in my function...
CU
Pat