vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Combining 4 images and aligning them next to eachother

on in Linux

The workflow: make two new images out of 4: combining 2x2 to make hdr’s. Then aligning them

1
2
3
4
sudo apt-get install hugin-tools enfuse
enfuse DSC_166* -o 1.jpg
enfuse DSC_167* -o 2.jpg
align_image_stack -a test.jpg 1.jpg 2.jpg

Then I put them next to eachother in GIMP :p

Comments