I installed ImageMagick with pacman
on Arch Linux. Now I try to compose two images like this:
convert \( -size 1x1 xc:black \) \( -size 1x1 xc:black \) -composite out.png
but it freezes at 100% CPU load. I need to kill it with ^C
. As you see, it has nothing to do with input images size or anything, since I try to composite two 1x1 pixel in-memory images. ImageMagick's version:
$ convert --version
Version: ImageMagick 6.9.1-2 Q16 x86_64 2015-05-19 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: DPC HDRI Modules OpenCL OpenMP
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma pangocairo png ps rsvg tiff webp wmf x xml zlib