My reason for registering here is because I would like to report a bug with the mogrify -resize command. Information is as follows:
My operating system:
Code: Select all
[jbs@dmb-gaming-laptop images]$ uname -sr
Linux 4.7.5-1-ARCH
Code: Select all
[jbs@dmb-gaming-laptop images]$ mogrify --version
Version: ImageMagick 6.9.5-10 Q16 x86_64 2016-09-22 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib
[jbs@dmb-gaming-laptop images]$
Code: Select all
[jbs@dmb-gaming-laptop images]$ ls
avatar.png
[jbs@dmb-gaming-laptop images]$ mogrify -resize 100x100 avatar.png
LLVM ERROR: Cannot select: 0x106da90: v2i32,ch = REGISTER_LOAD 0x15b20c0, 0x15ac080, TargetConstant:i32<0>, undef:i32
0x15ac080: i32 = srl 0x15a69c0, Constant:i32<2>
0x15a69c0: i32 = add 0xf56ab0, Constant:i32<8>
0xf56ab0: i32 = srl 0x15b2580, Constant:i32<13>
0x15b2580: i32 = add 0x15b2320, 0x15ac670
0x15b2320: i32 = and 0x106f700, Constant:i32<65536>
0x106f700: i32 = shl 0x15b2dd0, Constant:i32<1>
0x15b2dd0: i32 = select_cc 0x13fd980, Constant:i32<0>, 0x15ac2e0, 0x15af8f0, seteq:ch
0x13fd980: i32 = srl 0x15af8f0, Constant:i32<23>
0x15af8f0: i32 = bitcast 0x15a6af0
0x15a98b0: i32 = Constant<23>
0xf5ee90: i32 = Constant<0>
0x15ac2e0: i32 = bitcast 0xf53bc0
0xf53bc0: f32 = fadd 0x15a62a0, ConstantFP:f32<-1.000000e+00>
I hope this is sufficient information. What I am wondering is, if this is NOT the fault of ImageMagick and/or mogrify, what am I doing wrong? I thank you for all help in the matter.