"John Smith" on wrote... | Hello, I am stuck at a crossroads with the +append command. | | When I use, | | convert +append image_one.png image_two.png output_image.png | | It loses the transparent quality after the join.... which I don't want.=20 | Is there a way to perserve image transparency with image joins? :) |
Fred already mentioned about the option order. Basically IM handles options in the order given, (except for a legacy ordering which wyou should not rely on). See IM Examples, Basics http://imagemagick.org/Usage/basics/ However I can not see why you should have a loss of quality with the above. Append does not re-sample the image or generate new colors. Also the PNG format may cause a small file size change rather than a quality effect. so that could not be it. Can you post the URL's of two small images whcih when appended causes the loss of quality. Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- Out testing new time machine. Be back yesterday! ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
