How to add few pictures into one

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Tue Jun 6 03:56:12 EDT 2006


Lad wrote:
> I want to to do that as easy as possible.

But not even more easy.


> I think the easest way could be add( append) an image to another
> into an image file so that I can use an image browser and see all
> pictures in one file. Is that possible?

Well, you can do it with PIL, creating a very big white image and
putting on it all the images, as tiles.
But probably you want to do something different.
Maybe you can use PyUNO to create a PowerPoint-like (Presentation) file
with an image on each page.
If you are on Win another easy way is to create an Html page that shows
all the pics, open it with Explorer and save it as a single HMT file.
Probably there are other solutions.

Bye,
bearophile




More information about the Python-list mailing list