possible bug with MagickFilterKit-1.0.0 in IM 6.6.7.1
Posted: 2011-01-21T20:59:48-07:00
IM 6.6.7.1 Q16 Mac OSX Tiger:
I install the MagickFilterKit-1.0.0 and recompiled the attenuate process, but when running it there is no change in the image.
The install notes have an error for testing:
It says ...
to verify, type
convert logo: -process attenuate -verbose info:
You should get filter properties such as these:
Properties:
filter:brightness:kurtosis: 8.98864
filter:brightness:mean: 61190.8
filter:brightness:skewness: -3.04519
...
The command line is a carry over from when the example was analyze.c. The attenuate.c function should be something like:
convert rose: -process "attenuate 0.5" rose_darker.png
So I deleted the attenuate.lo and attenuate.la and recompile attenuate.c and then ran again
convert rose: -process "attenuate 0.5" rose_darker.png
but still no change in the image.
Am I doing something wrong or has something changed with respect to IM and the MagickFilterKit-1.0.0
I install the MagickFilterKit-1.0.0 and recompiled the attenuate process, but when running it there is no change in the image.
The install notes have an error for testing:
It says ...
to verify, type
convert logo: -process attenuate -verbose info:
You should get filter properties such as these:
Properties:
filter:brightness:kurtosis: 8.98864
filter:brightness:mean: 61190.8
filter:brightness:skewness: -3.04519
...
The command line is a carry over from when the example was analyze.c. The attenuate.c function should be something like:
convert rose: -process "attenuate 0.5" rose_darker.png
So I deleted the attenuate.lo and attenuate.la and recompile attenuate.c and then ran again
convert rose: -process "attenuate 0.5" rose_darker.png
but still no change in the image.
Am I doing something wrong or has something changed with respect to IM and the MagickFilterKit-1.0.0