There are plans to make a flexible batch image processor and this is a nice test case. But since the software is not complete yet, I have modified Picture Resizer to center images instead of resizing.
Download CenterImages.exe for NT-based systems (192 kB).
No parameters this time. And it only supports dragged and dropped JPG files, no folders.
Centering images in batch
Here's another variation that would be of emmense use to me. There are 4 jpgs that are the source for a paper model of the Hubble Space telescope. You print the images and make the model. The problem is if you look all the images are of different sizes:
h01.jpg = 820 x 1063 pixels
h02.jpg = 692 x 1087 pixels
h03.jpg = 691 x 712 pixels
h04.jpg = 814 x 754 pixels
The problem is I cannot print these images at "fit to paper". If I do, then the model parts from one page will not be scaled similiar to model parts to another.
What I currently do is take the above dimensions, pick out the biggest width, height (in this example (820 x 1087), and make a blank sheet of that size, an paste all of the images into that blank sheet centering the image. When done, all the jpgs are now a uniform size and printing can be done. this is all very time consuming, Imagine if it was a 50 page model.
I'd love to have a program similiar to yours is style that would do just that, not resize the image but expand the borders of an image so that all the images in a directory are of uniform size. Is that a big deal?