Trouble using Composite

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Trouble using Composite

Post by fmw42 »

The bit-depth depends upon how IM was compiled. On one machine it is probably 8-bit Q8 and the other 16-bit Q16. On the latter add -depth 8 to your command to force the result to 8-bits per color channel.

Good reading for newbies is:

http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/script/comma ... ptions.php
http://www.imagemagick.org/Usage/
http://www.imagemagick.org/script/advan ... lation.php
Post Reply