Hi there, I have an online photo album. To make the thumbnail images in the index I used the JPEGImageEncoder to resize the images to 150x100 and compress them a bit, trouble is the images are distorted because the images are in a whole range of dimensions.
What I want to do is resize down close to 150x100, keeping the same aspect ratio, and then crop a 150x100 chunk out of the middle, but I don't know how to crop yet does anyone know where there are tools that'll crop jepg's??
Thanks!
________________________
JoelMac
What I want to do is resize down close to 150x100, keeping the same aspect ratio, and then crop a 150x100 chunk out of the middle, but I don't know how to crop yet does anyone know where there are tools that'll crop jepg's??
Thanks!
________________________
JoelMac