On Saturday 16 April 2011 6:26 pm, Fred Weinhaus wrote: > >No it will create a new palette IF the current image is using colors > >that are NOT in any existing palette. > > I was under the impression from his first post that both images have > the same colortable.
The first creates a 64 bit palette (not 8 bit) but the image itself looked correct. convert secoora.west.qkm_sst.png secoora.east.qkm_sst.png +append -type palette test.png optics 220 :/optics1/virtual_ant/etc/cl> identify test.png test.png PNG 7480x7480 7480x7480+0+0 PseudoClass 65536c 3.8e+02kb 0.980u 0:02 The second, oddly, created a proper sized image, but scrunched the contents of both into 1/4 of the image on the x axis. So the top to bottom perspective was maintained, but the left to right was skewed with the whole appended image in the left 1/4 and right 3/4 of the image all in black. As you can see it is a 3 bit palette. convert secoora.west.qkm_sst.png secoora.east.qkm_sst.png +append PNG8:test2.png optics 224 :/optics1/virtual_ant/etc/cl> identify test2.png test2.png PNG 7480x7480 7480x7480+0+0 PseudoClass 3c 1.5e+02kb Thanks Brock > > > Fred > _______________________________________________ > Magick-users mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-users _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
