Changeset 382
- Timestamp:
- 10/15/09 12:17:14 (5 months ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 6 modified
-
Magick++/lib/Magick++/STL.h (modified) (1 diff)
-
Magick++/lib/STL.cpp (modified) (1 diff)
-
config/configure.xml (modified) (1 diff)
-
configure (modified) (15 diffs)
-
configure.ac (modified) (1 diff)
-
magick/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/Magick++/lib/Magick++/STL.h
r247 r382 953 953 { 954 954 public: 955 shadeImage( const double clusterThreshold_ = 1.0, 956 const double smoothingThreshold_ = 1.5 ); 957 958 void operator()( Image &image_ ) const; 959 960 private: 961 double _clusterThreshold; 962 double _smoothingThreshold; 955 shadeImage( const double azimuth_ = 30, 956 const double elevation_ = 30, 957 const bool colorShading_ = false ); 958 959 void operator()( Image &image_ ) const; 960 961 private: 962 double _azimuth; 963 double _elevation; 964 bool _colorShading; 963 965 }; 964 966 -
ImageMagick/trunk/Magick++/lib/STL.cpp
r247 r382 876 876 877 877 // Shade image using distant light source 878 Magick::shadeImage::shadeImage( const double clusterThreshold_, 879 const double smoothingThreshold_ ) 880 : _clusterThreshold( clusterThreshold_ ), 881 _smoothingThreshold( smoothingThreshold_ ) 878 Magick::shadeImage::shadeImage( const double azimuth_, 879 const double elevation_, 880 const bool colorShading_) 881 : _azimuth( azimuth_ ), 882 _elevation( elevation_ ), 883 _colorShading (colorShading_) 882 884 { 883 885 } -
ImageMagick/trunk/config/configure.xml
r373 r382 10 10 <configure name="LIB_VERSION" value="0x657"/> 11 11 <configure name="LIB_VERSION_NUMBER" value="6,5,7,0"/> 12 <configure name="RELEASE_DATE" value="2009-10-1 4"/>12 <configure name="RELEASE_DATE" value="2009-10-15"/> 13 13 <configure name="CONFIGURE" value="./configure "/> 14 14 <configure name="PREFIX" value="/usr/local"/> -
ImageMagick/trunk/configure
r372 r382 1246 1246 enable_embeddable 1247 1247 enable_hdri 1248 enable_libtool_verbose1249 1248 enable_assert 1250 1249 enable_maintainer_mode … … 1978 1977 --enable-hdri accurately represent the wide range of intensity 1979 1978 levels found in real scenes 1980 --enable-libtool-verbose1981 enable verbose libtool output1982 1979 --disable-assert disable assert() statements in build 1983 1980 --enable-maintainer-mode enable make rules and dependencies not useful … … 9185 9182 lt_cv_nm_interface="BSD nm" 9186 9183 echo "int some_variable = 0;" > conftest.$ac_ext 9187 (eval echo "\"\$as_me:918 7: $ac_compile\"" >&5)9184 (eval echo "\"\$as_me:9184: $ac_compile\"" >&5) 9188 9185 (eval "$ac_compile" 2>conftest.err) 9189 9186 cat conftest.err >&5 9190 (eval echo "\"\$as_me:91 90: $NM \\\"conftest.$ac_objext\\\"\"" >&5)9187 (eval echo "\"\$as_me:9187: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 9191 9188 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 9192 9189 cat conftest.err >&5 9193 (eval echo "\"\$as_me:919 3: output\"" >&5)9190 (eval echo "\"\$as_me:9190: output\"" >&5) 9194 9191 cat conftest.out >&5 9195 9192 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 10382 10379 *-*-irix6*) 10383 10380 # Find out which ABI we are using. 10384 echo '#line 1038 4"configure"' > conftest.$ac_ext10381 echo '#line 10381 "configure"' > conftest.$ac_ext 10385 10382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10386 10383 (eval $ac_compile) 2>&5 … … 12785 12782 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12786 12783 -e 's:$: $lt_compiler_flag:'` 12787 (eval echo "\"\$as_me:1278 7: $lt_compile\"" >&5)12784 (eval echo "\"\$as_me:12784: $lt_compile\"" >&5) 12788 12785 (eval "$lt_compile" 2>conftest.err) 12789 12786 ac_status=$? 12790 12787 cat conftest.err >&5 12791 echo "$as_me:127 91: \$? = $ac_status" >&512788 echo "$as_me:12788: \$? = $ac_status" >&5 12792 12789 if (exit $ac_status) && test -s "$ac_outfile"; then 12793 12790 # The compiler can only warn and ignore the option if not recognized … … 13124 13121 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13125 13122 -e 's:$: $lt_compiler_flag:'` 13126 (eval echo "\"\$as_me:1312 6: $lt_compile\"" >&5)13123 (eval echo "\"\$as_me:13123: $lt_compile\"" >&5) 13127 13124 (eval "$lt_compile" 2>conftest.err) 13128 13125 ac_status=$? 13129 13126 cat conftest.err >&5 13130 echo "$as_me:131 30: \$? = $ac_status" >&513127 echo "$as_me:13127: \$? = $ac_status" >&5 13131 13128 if (exit $ac_status) && test -s "$ac_outfile"; then 13132 13129 # The compiler can only warn and ignore the option if not recognized … … 13229 13226 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13230 13227 -e 's:$: $lt_compiler_flag:'` 13231 (eval echo "\"\$as_me:132 31: $lt_compile\"" >&5)13228 (eval echo "\"\$as_me:13228: $lt_compile\"" >&5) 13232 13229 (eval "$lt_compile" 2>out/conftest.err) 13233 13230 ac_status=$? 13234 13231 cat out/conftest.err >&5 13235 echo "$as_me:1323 5: \$? = $ac_status" >&513232 echo "$as_me:13232: \$? = $ac_status" >&5 13236 13233 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13237 13234 then … … 13284 13281 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13285 13282 -e 's:$: $lt_compiler_flag:'` 13286 (eval echo "\"\$as_me:1328 6: $lt_compile\"" >&5)13283 (eval echo "\"\$as_me:13283: $lt_compile\"" >&5) 13287 13284 (eval "$lt_compile" 2>out/conftest.err) 13288 13285 ac_status=$? 13289 13286 cat out/conftest.err >&5 13290 echo "$as_me:132 90: \$? = $ac_status" >&513287 echo "$as_me:13287: \$? = $ac_status" >&5 13291 13288 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13292 13289 then … … 16087 16084 lt_status=$lt_dlunknown 16088 16085 cat > conftest.$ac_ext <<_LT_EOF 16089 #line 1608 9"configure"16086 #line 16086 "configure" 16090 16087 #include "confdefs.h" 16091 16088 … … 16183 16180 lt_status=$lt_dlunknown 16184 16181 cat > conftest.$ac_ext <<_LT_EOF 16185 #line 1618 5"configure"16182 #line 16182 "configure" 16186 16183 #include "confdefs.h" 16187 16184 … … 18203 18200 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18204 18201 -e 's:$: $lt_compiler_flag:'` 18205 (eval echo "\"\$as_me:1820 5: $lt_compile\"" >&5)18202 (eval echo "\"\$as_me:18202: $lt_compile\"" >&5) 18206 18203 (eval "$lt_compile" 2>conftest.err) 18207 18204 ac_status=$? 18208 18205 cat conftest.err >&5 18209 echo "$as_me:1820 9: \$? = $ac_status" >&518206 echo "$as_me:18206: \$? = $ac_status" >&5 18210 18207 if (exit $ac_status) && test -s "$ac_outfile"; then 18211 18208 # The compiler can only warn and ignore the option if not recognized … … 18302 18299 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18303 18300 -e 's:$: $lt_compiler_flag:'` 18304 (eval echo "\"\$as_me:1830 4: $lt_compile\"" >&5)18301 (eval echo "\"\$as_me:18301: $lt_compile\"" >&5) 18305 18302 (eval "$lt_compile" 2>out/conftest.err) 18306 18303 ac_status=$? 18307 18304 cat out/conftest.err >&5 18308 echo "$as_me:1830 8: \$? = $ac_status" >&518305 echo "$as_me:18305: \$? = $ac_status" >&5 18309 18306 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18310 18307 then … … 18354 18351 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18355 18352 -e 's:$: $lt_compiler_flag:'` 18356 (eval echo "\"\$as_me:1835 6: $lt_compile\"" >&5)18353 (eval echo "\"\$as_me:18353: $lt_compile\"" >&5) 18357 18354 (eval "$lt_compile" 2>out/conftest.err) 18358 18355 ac_status=$? 18359 18356 cat out/conftest.err >&5 18360 echo "$as_me:183 60: \$? = $ac_status" >&518357 echo "$as_me:18357: \$? = $ac_status" >&5 18361 18358 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18362 18359 then … … 20277 20274 lt_status=$lt_dlunknown 20278 20275 cat > conftest.$ac_ext <<_LT_EOF 20279 #line 2027 9"configure"20276 #line 20276 "configure" 20280 20277 #include "confdefs.h" 20281 20278 … … 21681 21678 _ACEOF 21682 21679 21683 fi21684 21685 # Enable verbose output from libtool (enable libtool's default)21686 # Check whether --enable-libtool-verbose was given.21687 if test "${enable_libtool_verbose+set}" = set; then21688 enableval=$enable_libtool_verbose; enable_libtool_verbose=$enableval21689 else21690 enable_libtool_verbose='no'21691 fi21692 21693 21694 if test "$enable_libtool_verbose" = 'no'; then21695 LIBTOOL="$LIBTOOL --silent"21696 21680 fi 21697 21681 -
ImageMagick/trunk/configure.ac
r372 r382 562 562 AC_SUBST(MAGICK_HDRI)dnl 563 563 564 # Enable verbose output from libtool (enable libtool's default)565 AC_ARG_ENABLE([libtool-verbose],566 [AC_HELP_STRING([--enable-libtool-verbose],567 [enable verbose libtool output])],568 [enable_libtool_verbose=$enableval],569 [enable_libtool_verbose='no'])570 571 if test "$enable_libtool_verbose" = 'no'; then572 LIBTOOL="$LIBTOOL --silent"573 fi574 575 564 # Build a version of ImageMagick with assert statements. 576 565 AC_ARG_ENABLE([assert], -
ImageMagick/trunk/magick/version.h
r373 r382 32 32 #define MagickLibVersionNumber 2,0,0 33 33 #define MagickLibSubversion "-0" 34 #define MagickReleaseDate "2009-10-1 4"34 #define MagickReleaseDate "2009-10-15" 35 35 #define MagickChangeDate "20091014" 36 36 #define MagickAuthoritativeURL "http://www.imagemagick.org"
