Code: Select all
convert xc: -define showkernel=1 ^
-morphology Convolve:0 Gaussian:0x2 null: 2>&1 | findstr Kernel
Code: Select all
convert xc: -define showkernel=1 ^
-morphology Convolve:0 Gaussian:0x2 info:
Code: Select all
xc: XC 1x1 1x1+0+0 16-bit sRGB 0.000u 0:00.093
1. There should be some sort of output since showkernel=1.
2. The kernel given by info: should not be 1x1 in size.
I installed the latest IM and got the same result.
As an aside, I noticed that the installer places IM in the Windows system path instead of the user one. Is there a reason for that?