Data Realms Fan Forums
http://45.55.195.193/

Need a batch image combiner.
http://45.55.195.193/viewtopic.php?f=7&t=15934
Page 1 of 1

Author:  mail2345 [ Mon Jul 20, 2009 5:27 am ]
Post subject:  Need a batch image combiner.

I have two sets of images, all named exactly the same in two diffrent folder.

I need a program that puts each image side by side in new images in another set of images, also named alike.

Author:  Grif [ Mon Jul 20, 2009 6:15 am ]
Post subject:  Re: Need a batch image combiner.

Irfanview might be able to do it, it's got some high level options available in batch conversion.

Author:  MacAnkka [ Mon Jul 20, 2009 9:53 am ]
Post subject:  Re: Need a batch image combiner.

If you use a unix-based operating system (like Linux or Mac), you could try using ImageMagick, a image modification tool used from the command line. Used in conjunction with other powerful unix CLI tools like find, it works quite well. ImageMagick is available for windows, too, but I'm not sure how usable it is from the windows command line, considering how weak and useless the windows command line is.

Like this, for example:
you have one set of pictures in your working directory.
Another set of different pictures with same names in a folder named "folder2" inside the working directory
you want the new pictures in to a folder named "new"
Code:
find *.jpg -prune -exec convert {} folder2/{} +append new/{} \;

it uses the "find" command to find the jpg-files and passes their names to the "convert" tool. It combines pictures with same names from working directory and folder2/ in to new pictures where they are side by side.

Author:  Peewee [ Wed Aug 12, 2009 3:22 am ]
Post subject:  Re: Need a batch image combiner.

Wrong kind of image, MacAnkka.

If you're still looking, I think bart's PE builder might be able to do it.

Failing that, depending on the image's format, you should be able to mount the images and copy the files over to an intermediate, then burn a new disc to an image recorder.


HAHA DISREGARD THAT I SUCK COCKS

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/