[magick-users] Another +append question
Anthony Thyssen
anthony at griffith.edu.au
Sun Mar 16 16:32:31 PDT 2008
"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 ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
Out testing new time machine. Be back yesterday!
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list