editing panorams in gimp (multiple layers)

Kai-Uwe Behrmann ku.b at gmx.de
Mon Oct 6 11:43:26 BST 2003


Am 06.10.03, 11:34 +0200 schrieb Pablo d'Angelo:

> Hi,
>
> Any gimp wizard out here?
>
> I've stitched some panoramas on the weekend and I'd like to edit them in
> gimp to remove some moving people etc.
>
> I found http://www.vierpi.de/tif2xcf.html, to create an xcf file from
> the TIFF_M output of PTStitcher. But is is horribly memory intensive for
> bigger panoramas, because each image is contained in a layer as big as
> the whole panorama. Naturally these layers are mostly black.

It should be not too hard to do it with the tif2xcf plug-in.

I do the layering within the tiff format with
# convert (or tiffcp) 0001.tif 0002.tif result.tif
to bring the single layers in one file because I want the 16bit preserved.
(You need an tiffreader capable of layers for this, like in cinepaint.
I can provide the plug-in for gimp-1.2 too, as somebody want to play
with it in gimp.) This dont take care about the sizes as You would like.
What You want is an image manipulation, which I did not find yet.

An other approach would be to let PT write out the offset itself and
let the image as small as possible. This would need an libpano and
ptstitcher modification.

> As far as I remember, gimp supports layers with different sizes. Does
> anybody know gimp well enought to use script-fu to figure out the crop
> size and insert them into an xcf file composed of several smaller layers?
>
> ciao
>   Pablo
> --
> http://wurm.wohnheim.uni-ulm.de/~redman/
> Please use PGP
>

Kai-Uwe

PS: I would like to forward Your question to the PT list. Is it ok?



More information about the ptX mailing list