(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
assert(exception != (ExceptionInfo *) NULL);
assert(exception->signature == MagickSignature);
- width=GetOptimalKernelWidth2D(radius,sigma);
+ width=GetOptimalKernelWidth1D(radius,sigma);
kernel_info=AcquireKernelInfo((const char *) NULL);
if (kernel_info == (KernelInfo *) NULL)
ThrowImageException(ResourceLimitError,"MemoryAllocationFailed");
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
assert(exception != (ExceptionInfo *) NULL);
assert(exception->signature == MagickSignature);
- width=GetOptimalKernelWidth2D(radius,sigma);
+ width=GetOptimalKernelWidth1D(radius,sigma);
kernel_info=AcquireKernelInfo((const char *) NULL);
if (kernel_info == (KernelInfo *) NULL)
ThrowImageException(ResourceLimitError,"MemoryAllocationFailed");
print "Charcoal...\n";
$example=$model->Clone();
$example->Label('Charcoal');
-$example->Charcoal('0x1');
+$example->Charcoal('2x0.5');
push(@$images,$example);
print "ColorMatrix...\n";
print "Detect Edges...\n";
$example=$model->Clone();
$example->Label('Detect Edges');
-$example->Edge();
+$example->Edge('2x0.5');
push(@$images,$example);
print "Emboss...\n";