You are not logged in.

#1 2008-01-19 03:10:42

colbert
Member
Registered: 2007-12-16
Posts: 809

How can I join images like this

I have downloaded many wallpaper images and they come in left.jpg and right.jpg packs (I use dual monitors) and I would like to join them together but it takes too long in Gimp, as the process is Image > Canvas size, resize, then paste and align and save. Is there a quick CLI way or something to do this ?? What would be the method? Much appreciated if possible, thanks.

Offline

#2 2008-01-19 03:16:56

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,410
Website

Re: How can I join images like this

look at imagemagick.  I think the command goes like "convert +append <files>"

Offline

#3 2008-01-19 03:47:14

tesjo
Member
Registered: 2007-11-30
Posts: 164

Re: How can I join images like this

yes +append will work

convert left.img right.img +append new.img

or montage could also work

Offline

#4 2008-01-19 03:51:44

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: How can I join images like this

tesjo,

Thank you so much!! I was fiddling with it and kept messing it up trying -append and -adjoin. That works perfect, thanks a lot big_smile smile

Offline

Board footer

Powered by FluxBB