[SOLVED] why array changed from MagickRealType to double?
Posted: 2012-08-08T07:29:29-07:00
... in IM7: , sigmoidal_map is changed from MagickRealType to double.
I also do not understand why sigmoidal_map is not an array of the target type from the get go.
Code: Select all
cd ImageMagick/ImageMagick
svn diff -r 8856:8859 MagickCore/enhance.c
I also do not understand why sigmoidal_map is not an array of the target type from the get go.