On 18/3/09 12:12, Mark Rogers wrote:
I need to resize an image to fit into a 350x350 box. Which means I need to (a) scale the image so no dimension exceeds 350, then (b) centre the image in a 350x350 canvas.
If you're prepared to use NetPBM, you should be able to use pnmpaste or pnmpad to do this. It's a 10-minute job to roll out a program to do this, so give me a shout if you can't find anything that works.
..Adrian