Page 1 of 1

Nconvert create image strip

Posted: Wed Jan 29, 2014 7:40 am
by anil
I want to convert a bunch of tiff images to a single image strip(panorama), horizontally, without affecting the original dimensions.
For example, if there are 3 tiff images with different sizes, they just need to be appended horizontally.
Please let me know the nconvert command to achieve this.
i am trying to use nconvert.exe -one_strip ...but not able to get the desired output.

i want the image strip to be in bmp format
--------------------------------------------------
nconvert -out bmp -one_strip *.tif

But it creates the individual bmp versions of the tif files but does not create the image strip.

Please advise.

Re: Nconvert create image strip

Posted: Wed Jan 29, 2014 8:41 am
by cday
11:20

I haven't used one_strip before and I'm getting the same issue with this script:

nconvert -one_strip -o Test.tif *.tif

@xnview ?

Re: Nconvert create image strip

Posted: Wed Jan 29, 2014 5:58 pm
by xnview
one_strip is an option for TIFF ouput, there is no way

Re: Nconvert create image strip

Posted: Wed Jan 29, 2014 8:16 pm
by cday
OK -- 'strip' as Wikipedia 'Tagged_Image_File_Format' :

"A baseline TIFF image may be composed of one or more strips. A strip or band is a subsection of the image composed of one or more rows. Each strip is compressed independently and begins on a byte boundary. If the image height is not evenly divisible by the number of rows in the strip the last strip may contain fewer rows. If the strip definition tags are missing then the image is assumed to contain a single strip."