How can I auto-add images to a label template?

I need to print out a lot of different labels based on a collection of images. Each image has the same dimensions and will be the only thing on this label. I want the image to be vertically and horizontally aligned in the label. Even better would be if an image can be proportionally resized to fit inside the label space.

I don’t however, want to do this manually for each label. Is there a way to automate this process?

I’m open to anything, with any programming language (if there is a way) or any other trick, as long as I don’t have to manually add and align each image to each label. That said, I’m generating the images using python and PIL.

1 Like