Search found 7 matches

by svadagio
2011-12-14T04:41:10-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

The problem seems to occur when the images are assembled into columns. It carries forward from there. I assemble the columns into one pic second. All of this work is done in tif. I do not convert until later.
Bob
by svadagio
2011-12-13T06:39:07-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

Hi OK I rewrote it using montage and it works fine. Thank You As far as the conversions go the mesage I get from the other program is "color is photometric=2, only files with color maps are supported" I solved this by the multiple conversions. If you have an easier way I would appreciate it. It must ...
by svadagio
2011-12-13T05:22:01-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

Hi I have IM 6.7.4.0 Q16. X64 Downloaded a few days ago. I installed new when I thoughit might be a bad file. The conversion from tif to jpg is to get a jpg. The conversion from jpg to gif to tif is to get 127 colors and a format that the next program accepts. While I am sure there is an easier way ...
by svadagio
2011-12-12T15:31:37-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

Well I can not see how to attach the images. Can you give me an email and I will send them. They are tiff files. The reason for the extra conversion is the next program will not use the tif if it is created straight. Something about the number of colors has to be less than 128. Doing it this way ...
by svadagio
2011-12-12T15:20:05-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

OK here is the code from the bat file. I am using IM 6.7.4.0. Sorry for it being so long. I will post the images next. Put the code in a bat file. Put it and the images in a empty dir and exc. Bob convert A01.tif A02.tif -append charta.tif convert charta.tif A03.tif -append charta.tif convert charta ...
by svadagio
2011-12-12T06:40:20-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

Re: assembling images

Hi I tried the -type truecolor, no joy. I looked a -merge but though it would not join the tiles right. I need for it to put them together edge to edge. These tiles are intended to do this. They are each the same size exactly. These images are comprised of sometimes over a 100 tiles. I first convert ...
by svadagio
2011-12-11T14:23:33-07:00
Forum: Users
Topic: assembling images
Replies: 11
Views: 18326

assembling images

Hi I am putting together images that are made up of many small images. I am using the -append command. It works fine to put the images together but if the first image is black and white it converts the whole thing to black and white. They are color with a large black and white border. I have not ...