Re: Trim/crop by alpha
Posted: 2018-10-23T09:59:28-07:00
What does "magick -version" say?
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=34916
Version: ImageMagick 7.0.8-14 Q16 x86_64 2018-10-23 https://imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): jng jpeg png tiff x zlib
You have fewer delegates than before. You should install required delegate libraries such as openexr first, then install IM. IM's build process will find those delegates and incorporate them.WexOneOne wrote:Delegates (built-in): jng jpeg png tiff x zlib
Code: Select all
magick input1 input2 input3... -trim +repage -gravity center -bordercolor none -border 10 output1 output2 output3....