View unanswered posts | View active topics It is currently Sat Dec 28, 2024 4:12 pm



Reply to topic  [ 4 posts ] 
 Need a batch image combiner. 
Author Message
User avatar

Joined: Tue Nov 06, 2007 6:58 am
Posts: 2054
Reply with quote
Post 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.


Mon Jul 20, 2009 5:27 am
Profile
REAL AMERICAN HERO
User avatar

Joined: Sat Jan 27, 2007 10:25 pm
Posts: 5655
Reply with quote
Post Re: Need a batch image combiner.
Irfanview might be able to do it, it's got some high level options available in batch conversion.


Mon Jul 20, 2009 6:15 am
Profile

Joined: Thu May 14, 2009 8:44 am
Posts: 29
Location: Finland
Reply with quote
Post 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.


Mon Jul 20, 2009 9:53 am
Profile

Joined: Thu Sep 27, 2007 8:13 pm
Posts: 22
Reply with quote
Post 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


Wed Aug 12, 2009 3:22 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.025s | 15 Queries | GZIP : Off ]