rmagick 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rmagick might be problematic. Click here for more details.

Files changed (48) hide show
  1. data/ChangeLog +34 -0
  2. data/README.html +12 -29
  3. data/README.txt +10 -26
  4. data/configure +768 -73
  5. data/configure.ac +29 -26
  6. data/doc/comtasks.html +3 -4
  7. data/doc/constants.html +85 -67
  8. data/doc/draw.html +22 -0
  9. data/doc/ex/dissolve.rb +13 -0
  10. data/doc/ex/edge.rb +1 -1
  11. data/doc/ex/mask.rb +37 -0
  12. data/doc/ex/sketch.rb +25 -0
  13. data/doc/ex/watermark.rb +23 -0
  14. data/doc/ilist.html +11 -13
  15. data/doc/image1.html +601 -52
  16. data/doc/image2.html +637 -28
  17. data/doc/image3.html +339 -54
  18. data/doc/imageattrs.html +211 -41
  19. data/doc/imusage.html +41 -2
  20. data/doc/index.html +8 -6
  21. data/doc/info.html +57 -42
  22. data/doc/optequiv.html +1919 -0
  23. data/doc/rvg.html +45 -42
  24. data/doc/scripts/doc.js +14 -1
  25. data/doc/scripts/stripeTables.js +23 -0
  26. data/doc/usage.html +66 -15
  27. data/{doc/ex → examples}/demo.rb +0 -0
  28. data/examples/find_similar_region.rb +34 -0
  29. data/examples/import_export.rb +1 -1
  30. data/examples/pattern_fill.rb +2 -2
  31. data/examples/rotating_text.rb +2 -4
  32. data/examples/thumbnail.rb +1 -1
  33. data/ext/RMagick/MANIFEST +9 -4
  34. data/ext/RMagick/extconf.rb.in +1 -1
  35. data/ext/RMagick/rmagick.h +47 -10
  36. data/ext/RMagick/rmagick_config.h.in +24 -0
  37. data/ext/RMagick/rmdraw.c +32 -7
  38. data/ext/RMagick/rmilist.c +55 -37
  39. data/ext/RMagick/rmimage.c +1588 -447
  40. data/ext/RMagick/rminfo.c +94 -3
  41. data/ext/RMagick/rmmain.c +68 -7
  42. data/ext/RMagick/rmutil.c +67 -9
  43. data/lib/RMagick.rb +190 -53
  44. data/lib/rvg/stretchable.rb +17 -13
  45. data/rmagick.gemspec +1 -1
  46. metadata +11 -6
  47. data/doc/ex/level_channel.rb +0 -33
  48. data/doc/ex/opaque.rb +0 -14
data/ChangeLog CHANGED
@@ -1,3 +1,37 @@
1
+ RMagick 1.14.0
2
+ o Feature request #5015, support CMYK->RGB conversions. Added the
3
+ add_profile and delete_profiles to the Image class. Fixed the profile!,
4
+ iptc_profile, and color_profile methods. Added the
5
+ black_point_compensation attribute. (requested by Niklas Ekman)
6
+ o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch
7
+ methods to the Image class (available with ImageMagick 6.2.8-6)
8
+ o Added adaptive_resize to the Image class (available with
9
+ ImageMagick 6.2.9)
10
+ o Added resample method to the Image class (thanks to Ant Peacocke for the
11
+ idea)
12
+ o Added four new compositing methods to the Image class: blend, displace,
13
+ dissolve, and watermark
14
+ o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the
15
+ Image class (requested by Oliver Andrich)
16
+ o Added the bias and mask attributes to the Image class
17
+ o Added optional qualifier argument to Image#rotate
18
+ o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info
19
+ class.
20
+ o Added new ChannelType enum values
21
+ o Added texture= attribute writer to the Image::Info class
22
+ o Added tile= attribute writer to the Draw class
23
+ o Added pixel_interpolation_method attribute, InterpolatePixelMethod enum
24
+ class to the Image class (available with ImageMagick 6.2.9)
25
+ o Added "Magick Command Options and Their Equivalent Methods" page to the
26
+ documentation
27
+ o Fix bug #5079, Image#quantum_operator method doesn't work (bug report
28
+ from Pedro Martins)
29
+ o Fix bug #5080, incorrect RVG images when non-0 values used for the min_x
30
+ or min_y arguments to RVG#viewbox (bug report from Daniel Harple)
31
+ o Fix bug #5370, the clip_mask= attribute doesn't work
32
+ o Fix bug #5506, wrong argument used to intialize AffineMatrix (bug
33
+ report from Michael Shantzis)
34
+
1
35
  RMagick 1.13.0
2
36
  o Added transform, transform!, transpose, transpose! methods to Image class
3
37
  (available with ImageMagick 6.2.8)
@@ -1,14 +1,14 @@
1
1
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
2
  <html>
3
3
  <head>
4
- <title>RMagick 1.13.0 README</title>
4
+ <title>RMagick 1.14.0 README</title>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
  <meta name="GENERATOR" content="BlueCloth">
7
7
  </head>
8
8
  <body>
9
- <h1>RMagick 1.13.0 README</h1>
9
+ <h1>RMagick 1.14.0 README</h1>
10
10
 
11
- <h2>06/28/06</h2>
11
+ <h2>09/28/06</h2>
12
12
 
13
13
  <h2>Table Of Contents</h2>
14
14
 
@@ -42,7 +42,7 @@ ImageMagick and GraphicsMagick image processing libraries.</p>
42
42
 
43
43
  <p><strong>Author:</strong> Tim Hunter</p>
44
44
 
45
- <p><strong>Email:</strong> <a href="&#109;&#x61;&#105;&#x6C;&#x74;&#111;:&#x72;&#x6D;&#x61;&#103;&#x69;&#x63;&#x6B;&#x40;&#x72;&#117;&#x62;&#121;&#x66;&#111;&#114;&#103;&#x65;&#046;&#111;&#114;&#x67;">&#x72;&#x6D;&#x61;&#103;&#x69;&#x63;&#x6B;&#x40;&#x72;&#117;&#x62;&#121;&#x66;&#111;&#114;&#103;&#x65;&#046;&#111;&#114;&#x67;</a></p>
45
+ <p><strong>Email:</strong> <a href="&#109;&#x61;&#105;&#108;&#116;&#111;:&#x72;&#109;&#x61;&#x67;&#x69;&#099;&#107;&#064;&#x72;&#117;&#098;&#121;&#x66;&#x6F;&#114;&#103;&#101;&#046;&#111;&#x72;&#103;">&#x72;&#109;&#x61;&#x67;&#x69;&#099;&#107;&#064;&#x72;&#117;&#098;&#121;&#x66;&#x6F;&#114;&#103;&#101;&#046;&#111;&#x72;&#103;</a></p>
46
46
 
47
47
  <p><strong>RubyForge:</strong> <a href="http://rubyforge.org/projects/rmagick/">http://rubyforge.org/projects/rmagick/</a></p>
48
48
 
@@ -61,6 +61,9 @@ their web sites if you have questions.</p>
61
61
 
62
62
  <h2 id="tips">Tips for installing and configuring ImageMagick and GraphicsMagick</h2>
63
63
 
64
+ <p>See <a href="http://rmagick.rubyforge.org/install-faq.html">http://rmagick.rubyforge.org/install-faq.html</a> for the latest version
65
+ of these tips.</p>
66
+
64
67
  <p>If you are installing RMagick by compiling the source code, I strongly
65
68
  encourage you to install the latest version of ImageMagick or
66
69
  GraphicsMagick <em>from source</em>. If you have never installed ImageMagick or
@@ -225,7 +228,7 @@ addition to the regular options, there are a few RMagick-specific options:</p>
225
228
 
226
229
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
227
230
 
228
- <p>De-compress the RMagick-1.13.0.tar.gz archive and enter the top
231
+ <p>De-compress the RMagick-1.14.0.tar.gz archive and enter the top
229
232
  directory. Then type:</p>
230
233
 
231
234
  <pre><code>$ ./configure &lt;configuration options&gt;
@@ -246,9 +249,9 @@ $ make clean
246
249
 
247
250
  <p>When make is running the examples, if you get a message like this:</p>
248
251
 
249
- <pre><code>/home/you/RMagick-1.13.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
252
+ <pre><code>/home/you/RMagick-1.14.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
250
253
  cannot open shared object file: No such file or directory -
251
- /home/you/RMagick-1.13.0/ext/RMagick/RMagick.so (LoadError)
254
+ /home/you/RMagick-1.14.0/ext/RMagick/RMagick.so (LoadError)
252
255
  </code></pre>
253
256
 
254
257
  <p>you probably do not have the directory in which the ImageMagick or GraphicsMagick
@@ -268,7 +271,7 @@ systems, see the documentation for the dynamic loading facility.</p>
268
271
 
269
272
  <p>When make is running the examples, if you get a message like this:</p>
270
273
 
271
- <pre><code>hook /home/me/src/RMagick-1.13.0/./post-setup.rb failed:
274
+ <pre><code>hook /home/me/src/RMagick-1.14.0/./post-setup.rb failed:
272
275
  No such file or directory - "/tmp/rmagick6872.6"
273
276
  </code></pre>
274
277
 
@@ -349,21 +352,6 @@ characters are printed as-is. The control characters are:</p>
349
352
  <pre><code> Magick::set_log_format("%t %r %u %p %m/%f/%l/%d:\n %e")
350
353
  </code></pre>
351
354
 
352
- <h2 id="issues">Known issues</h2>
353
-
354
- <ol>
355
- <li><p>gcc 3.2, during the "install.rb setup" step, issues the following warning.
356
- This does not indicate a problem.</p>
357
-
358
- <p><code>cc1: warning: changing search order for system directory "/usr/local/include"</code> <br>
359
- <code>cc1: warning: as it has already been specified as a non-system directory</code></p></li>
360
- <li><p>With older releases of ImageMagick you may see this warning. It does not
361
- indicate a problem.</p>
362
-
363
- <p><code>/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must
364
- be compiled with _SVID_SOURCE or _XOPEN_SOURCE"</code></p></li>
365
- </ol>
366
-
367
355
  <h2 id="bugs">Reporting bugs</h2>
368
356
 
369
357
  <p>Please report bugs in RMagick, its documentation, or its installation
@@ -378,14 +366,9 @@ to their respective authors or distributors.</p>
378
366
  <p>Thanks to</p>
379
367
 
380
368
  <ul>
381
- <li>Akinori MUSHA, for his work making RMagick available on FreeBSD.</li>
382
- <li>Tom Payne, for reporting bugs, sending me the Ruby 1.8.0 patches, and for the Gentoo ebuild.</li>
383
- <li>Bob Friesenhahn, for GraphicsMagick. Also for his help with the RMagick installation and many other things.</li>
384
369
  <li>Simple Systems, for hosting the RMagick documentation online.</li>
385
- <li>Mike Williams, for the RMagick Debian package</li>
386
370
  <li>ImageMagick Studio LLC, for ImageMagick and for hosting the RMagick documentation.</li>
387
- <li>Kaspar Schiess, for the MS Windows gem.</li>
388
- <li>Jeremy Hinegardner, for the amd64 patch.</li>
371
+ <li>Kaspar Schiess and Brett DiFrischia, for the MS Windows gems.</li>
389
372
  </ul>
390
373
 
391
374
  <h2 id="license">License</h2>
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
- RMagick 1.13.0 README
1
+ RMagick 1.14.0 README
2
2
  ================================
3
- 06/28/06
3
+ 09/28/06
4
4
  --------
5
5
 
6
6
  Table Of Contents
@@ -51,6 +51,9 @@ their web sites if you have questions.
51
51
 
52
52
  <h2 id="tips">Tips for installing and configuring ImageMagick and GraphicsMagick</h2>
53
53
 
54
+ See <http://rmagick.rubyforge.org/install-faq.html> for the latest version
55
+ of these tips.
56
+
54
57
  If you are installing RMagick by compiling the source code, I strongly
55
58
  encourage you to install the latest version of ImageMagick or
56
59
  GraphicsMagick _from source_. If you have never installed ImageMagick or
@@ -193,7 +196,7 @@ addition to the regular options, there are a few RMagick-specific options:
193
196
 
194
197
  <h4 id="scripts">Running the <code>configure</code> and <code>make</code> scripts</h4>
195
198
 
196
- De-compress the RMagick-1.13.0.tar.gz archive and enter the top
199
+ De-compress the RMagick-1.14.0.tar.gz archive and enter the top
197
200
  directory. Then type:
198
201
 
199
202
  $ ./configure <configuration options>
@@ -211,9 +214,9 @@ The message can also refer to "libGraphicsMagick". Typically this message means
211
214
  #### Cannot open shared object file
212
215
  When make is running the examples, if you get a message like this:
213
216
 
214
- /home/you/RMagick-1.13.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
217
+ /home/you/RMagick-1.14.0/lib/RMagick.rb:11:in `require': libMagick.so.0:
215
218
  cannot open shared object file: No such file or directory -
216
- /home/you/RMagick-1.13.0/ext/RMagick/RMagick.so (LoadError)
219
+ /home/you/RMagick-1.14.0/ext/RMagick/RMagick.so (LoadError)
217
220
 
218
221
  you probably do not have the directory in which the ImageMagick or GraphicsMagick
219
222
  library is installed in your load path. An easy way to fix this is to define the
@@ -230,7 +233,7 @@ systems, see the documentation for the dynamic loading facility.
230
233
  #### No such file or directory - "/tmp/rmagick6872.6"
231
234
  When make is running the examples, if you get a message like this:
232
235
 
233
- hook /home/me/src/RMagick-1.13.0/./post-setup.rb failed:
236
+ hook /home/me/src/RMagick-1.14.0/./post-setup.rb failed:
234
237
  No such file or directory - "/tmp/rmagick6872.6"
235
238
 
236
239
  you probably do not have a temporary directory environment variable set. Set
@@ -304,20 +307,6 @@ For example, the default log format is:
304
307
 
305
308
  Magick::set_log_format("%t %r %u %p %m/%f/%l/%d:\n %e")
306
309
 
307
- <h2 id="issues">Known issues</h2>
308
-
309
- 1. gcc 3.2, during the "install.rb setup" step, issues the following warning.
310
- This does not indicate a problem.
311
-
312
- `cc1: warning: changing search order for system directory "/usr/local/include"` <br>
313
- `cc1: warning: as it has already been specified as a non-system directory`
314
-
315
- 2. With older releases of ImageMagick you may see this warning. It does not
316
- indicate a problem.
317
-
318
- `/usr/include/sys/ipc.h:25:3: warning: #warning "Files using this header must
319
- be compiled with _SVID_SOURCE or _XOPEN_SOURCE"`
320
-
321
310
  <h2 id="bugs">Reporting bugs</h2>
322
311
 
323
312
  Please report bugs in RMagick, its documentation, or its installation
@@ -331,14 +320,9 @@ to their respective authors or distributors.
331
320
 
332
321
  Thanks to
333
322
 
334
- * Akinori MUSHA, for his work making RMagick available on FreeBSD.
335
- * Tom Payne, for reporting bugs, sending me the Ruby 1.8.0 patches, and for the Gentoo ebuild.
336
- * Bob Friesenhahn, for GraphicsMagick. Also for his help with the RMagick installation and many other things.
337
323
  * Simple Systems, for hosting the RMagick documentation online.
338
- * Mike Williams, for the RMagick Debian package
339
324
  * ImageMagick Studio LLC, for ImageMagick and for hosting the RMagick documentation.
340
- * Kaspar Schiess, for the MS Windows gem.
341
- * Jeremy Hinegardner, for the amd64 patch.
325
+ * Kaspar Schiess and Brett DiFrischia, for the MS Windows gems.
342
326
 
343
327
  <h2 id="license">License</h2>
344
328
 
data/configure CHANGED
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.59 for RMagick 1.13.0.
3
+ # Generated by GNU Autoconf 2.59 for RMagick 1.14.0.
4
4
  #
5
5
  # Report bugs to <rmagick@rubyforge.org>.
6
6
  #
@@ -268,9 +268,9 @@ SHELL=${CONFIG_SHELL-/bin/sh}
268
268
 
269
269
  # Identity of this package.
270
270
  PACKAGE_NAME='RMagick'
271
- PACKAGE_TARNAME='RMagick-1.13.0.tar.gz'
272
- PACKAGE_VERSION='1.13.0'
273
- PACKAGE_STRING='RMagick 1.13.0'
271
+ PACKAGE_TARNAME='RMagick-1.14.0.tar.gz'
272
+ PACKAGE_VERSION='1.14.0'
273
+ PACKAGE_STRING='RMagick 1.14.0'
274
274
  PACKAGE_BUGREPORT='rmagick@rubyforge.org'
275
275
 
276
276
  # Factoring default headers for most tests.
@@ -779,7 +779,7 @@ if test "$ac_init_help" = "long"; then
779
779
  # Omit some internal or obsolete options to make the list less imposing.
780
780
  # This message is too long to be a string in the A/UX 3.1 sh.
781
781
  cat <<_ACEOF
782
- \`configure' configures RMagick 1.13.0 to adapt to many kinds of systems.
782
+ \`configure' configures RMagick 1.14.0 to adapt to many kinds of systems.
783
783
 
784
784
  Usage: $0 [OPTION]... [VAR=VALUE]...
785
785
 
@@ -836,7 +836,7 @@ fi
836
836
 
837
837
  if test -n "$ac_init_help"; then
838
838
  case $ac_init_help in
839
- short | recursive ) echo "Configuration of RMagick 1.13.0:";;
839
+ short | recursive ) echo "Configuration of RMagick 1.14.0:";;
840
840
  esac
841
841
  cat <<\_ACEOF
842
842
 
@@ -983,7 +983,7 @@ fi
983
983
  test -n "$ac_init_help" && exit 0
984
984
  if $ac_init_version; then
985
985
  cat <<\_ACEOF
986
- RMagick configure 1.13.0
986
+ RMagick configure 1.14.0
987
987
  generated by GNU Autoconf 2.59
988
988
 
989
989
  Copyright (C) 2003 Free Software Foundation, Inc.
@@ -997,7 +997,7 @@ cat >&5 <<_ACEOF
997
997
  This file contains any messages produced by compilers while
998
998
  running configure, to aid debugging if configure makes a mistake.
999
999
 
1000
- It was created by RMagick $as_me 1.13.0, which was
1000
+ It was created by RMagick $as_me 1.14.0, which was
1001
1001
  generated by GNU Autoconf 2.59. Invocation command line was
1002
1002
 
1003
1003
  $ $0 $@
@@ -3511,7 +3511,110 @@ fi
3511
3511
 
3512
3512
 
3513
3513
 
3514
- for ac_func in AdaptiveSharpenImage AdaptiveThresholdImage AddDefinitions
3514
+ for ac_func in AdaptiveBlurImageChannel AdaptiveResizeImage AdaptiveSharpenImage
3515
+ do
3516
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3517
+ echo "$as_me:$LINENO: checking for $ac_func" >&5
3518
+ echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3519
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
3520
+ echo $ECHO_N "(cached) $ECHO_C" >&6
3521
+ else
3522
+ cat >conftest.$ac_ext <<_ACEOF
3523
+ /* confdefs.h. */
3524
+ _ACEOF
3525
+ cat confdefs.h >>conftest.$ac_ext
3526
+ cat >>conftest.$ac_ext <<_ACEOF
3527
+ /* end confdefs.h. */
3528
+ /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
3529
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
3530
+ #define $ac_func innocuous_$ac_func
3531
+
3532
+ /* System header to define __stub macros and hopefully few prototypes,
3533
+ which can conflict with char $ac_func (); below.
3534
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3535
+ <limits.h> exists even on freestanding compilers. */
3536
+
3537
+ #ifdef __STDC__
3538
+ # include <limits.h>
3539
+ #else
3540
+ # include <assert.h>
3541
+ #endif
3542
+
3543
+ #undef $ac_func
3544
+
3545
+ /* Override any gcc2 internal prototype to avoid an error. */
3546
+ #ifdef __cplusplus
3547
+ extern "C"
3548
+ {
3549
+ #endif
3550
+ /* We use char because int might match the return type of a gcc2
3551
+ builtin and then its argument prototype would still apply. */
3552
+ char $ac_func ();
3553
+ /* The GNU C library defines this for functions which it implements
3554
+ to always fail with ENOSYS. Some functions are actually named
3555
+ something starting with __ and the normal name is an alias. */
3556
+ #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3557
+ choke me
3558
+ #else
3559
+ char (*f) () = $ac_func;
3560
+ #endif
3561
+ #ifdef __cplusplus
3562
+ }
3563
+ #endif
3564
+
3565
+ int
3566
+ main ()
3567
+ {
3568
+ return f != $ac_func;
3569
+ ;
3570
+ return 0;
3571
+ }
3572
+ _ACEOF
3573
+ rm -f conftest.$ac_objext conftest$ac_exeext
3574
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3575
+ (eval $ac_link) 2>conftest.er1
3576
+ ac_status=$?
3577
+ grep -v '^ *+' conftest.er1 >conftest.err
3578
+ rm -f conftest.er1
3579
+ cat conftest.err >&5
3580
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3581
+ (exit $ac_status); } &&
3582
+ { ac_try='test -z "$ac_c_werror_flag"
3583
+ || test ! -s conftest.err'
3584
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3585
+ (eval $ac_try) 2>&5
3586
+ ac_status=$?
3587
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588
+ (exit $ac_status); }; } &&
3589
+ { ac_try='test -s conftest$ac_exeext'
3590
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3591
+ (eval $ac_try) 2>&5
3592
+ ac_status=$?
3593
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3594
+ (exit $ac_status); }; }; then
3595
+ eval "$as_ac_var=yes"
3596
+ else
3597
+ echo "$as_me: failed program was:" >&5
3598
+ sed 's/^/| /' conftest.$ac_ext >&5
3599
+
3600
+ eval "$as_ac_var=no"
3601
+ fi
3602
+ rm -f conftest.err conftest.$ac_objext \
3603
+ conftest$ac_exeext conftest.$ac_ext
3604
+ fi
3605
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
3606
+ echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
3607
+ if test `eval echo '${'$as_ac_var'}'` = yes; then
3608
+ cat >>confdefs.h <<_ACEOF
3609
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
3610
+ _ACEOF
3611
+
3612
+ fi
3613
+ done
3614
+
3615
+
3616
+
3617
+ for ac_func in AdaptiveThresholdImage AddDefinitions
3515
3618
  do
3516
3619
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
3517
3620
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -4446,7 +4549,8 @@ done
4446
4549
 
4447
4550
 
4448
4551
 
4449
- for ac_func in GetImageChannelExtrema GetImageChannelMean
4552
+
4553
+ for ac_func in GetImageChannelExtrema GetImageChannelMean GetImageClipMask
4450
4554
  do
4451
4555
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4452
4556
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -5280,7 +5384,110 @@ done
5280
5384
 
5281
5385
 
5282
5386
 
5283
- for ac_func in InheritException InterpretImageAttributes IsColorSimilar NegateImageChannel
5387
+ for ac_func in InheritException InterpolatePixelColor InterpretImageAttributes IsColorSimilar
5388
+ do
5389
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5390
+ echo "$as_me:$LINENO: checking for $ac_func" >&5
5391
+ echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5392
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
5393
+ echo $ECHO_N "(cached) $ECHO_C" >&6
5394
+ else
5395
+ cat >conftest.$ac_ext <<_ACEOF
5396
+ /* confdefs.h. */
5397
+ _ACEOF
5398
+ cat confdefs.h >>conftest.$ac_ext
5399
+ cat >>conftest.$ac_ext <<_ACEOF
5400
+ /* end confdefs.h. */
5401
+ /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
5402
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
5403
+ #define $ac_func innocuous_$ac_func
5404
+
5405
+ /* System header to define __stub macros and hopefully few prototypes,
5406
+ which can conflict with char $ac_func (); below.
5407
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5408
+ <limits.h> exists even on freestanding compilers. */
5409
+
5410
+ #ifdef __STDC__
5411
+ # include <limits.h>
5412
+ #else
5413
+ # include <assert.h>
5414
+ #endif
5415
+
5416
+ #undef $ac_func
5417
+
5418
+ /* Override any gcc2 internal prototype to avoid an error. */
5419
+ #ifdef __cplusplus
5420
+ extern "C"
5421
+ {
5422
+ #endif
5423
+ /* We use char because int might match the return type of a gcc2
5424
+ builtin and then its argument prototype would still apply. */
5425
+ char $ac_func ();
5426
+ /* The GNU C library defines this for functions which it implements
5427
+ to always fail with ENOSYS. Some functions are actually named
5428
+ something starting with __ and the normal name is an alias. */
5429
+ #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5430
+ choke me
5431
+ #else
5432
+ char (*f) () = $ac_func;
5433
+ #endif
5434
+ #ifdef __cplusplus
5435
+ }
5436
+ #endif
5437
+
5438
+ int
5439
+ main ()
5440
+ {
5441
+ return f != $ac_func;
5442
+ ;
5443
+ return 0;
5444
+ }
5445
+ _ACEOF
5446
+ rm -f conftest.$ac_objext conftest$ac_exeext
5447
+ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5448
+ (eval $ac_link) 2>conftest.er1
5449
+ ac_status=$?
5450
+ grep -v '^ *+' conftest.er1 >conftest.err
5451
+ rm -f conftest.er1
5452
+ cat conftest.err >&5
5453
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5454
+ (exit $ac_status); } &&
5455
+ { ac_try='test -z "$ac_c_werror_flag"
5456
+ || test ! -s conftest.err'
5457
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5458
+ (eval $ac_try) 2>&5
5459
+ ac_status=$?
5460
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5461
+ (exit $ac_status); }; } &&
5462
+ { ac_try='test -s conftest$ac_exeext'
5463
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5464
+ (eval $ac_try) 2>&5
5465
+ ac_status=$?
5466
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
5467
+ (exit $ac_status); }; }; then
5468
+ eval "$as_ac_var=yes"
5469
+ else
5470
+ echo "$as_me: failed program was:" >&5
5471
+ sed 's/^/| /' conftest.$ac_ext >&5
5472
+
5473
+ eval "$as_ac_var=no"
5474
+ fi
5475
+ rm -f conftest.err conftest.$ac_objext \
5476
+ conftest$ac_exeext conftest.$ac_ext
5477
+ fi
5478
+ echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5479
+ echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5480
+ if test `eval echo '${'$as_ac_var'}'` = yes; then
5481
+ cat >>confdefs.h <<_ACEOF
5482
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5483
+ _ACEOF
5484
+
5485
+ fi
5486
+ done
5487
+
5488
+
5489
+
5490
+ for ac_func in IsImageSimilar NegateImageChannel
5284
5491
  do
5285
5492
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5286
5493
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -5591,7 +5798,8 @@ fi
5591
5798
  done
5592
5799
 
5593
5800
 
5594
- for ac_func in RandomChannelThresholdImage
5801
+
5802
+ for ac_func in RandomChannelThresholdImage RandomThresholdImageChannel
5595
5803
  do
5596
5804
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5597
5805
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -5694,8 +5902,7 @@ done
5694
5902
 
5695
5903
 
5696
5904
 
5697
-
5698
- for ac_func in RandomThresholdImageChannel SeparateImageChannel SepiaToneImage
5905
+ for ac_func in SeparateImageChannel SepiaToneImage
5699
5906
  do
5700
5907
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5701
5908
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6112,7 +6319,8 @@ done
6112
6319
 
6113
6320
 
6114
6321
 
6115
- for ac_func in SigmoidalContrastImageChannel SpliceImage StripImage
6322
+
6323
+ for ac_func in SigmoidalContrastImageChannel SketchImage SpliceImage StripImage
6116
6324
  do
6117
6325
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6118
6326
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6217,7 +6425,8 @@ done
6217
6425
 
6218
6426
 
6219
6427
 
6220
- for ac_func in ThresholdImageChannel TintImage TransposeImage TransverseImage
6428
+
6429
+ for ac_func in ThresholdImageChannel TintImage TransposeImage TransverseImage UniqueImageColors
6221
6430
  do
6222
6431
  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6223
6432
  echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -6915,12 +7124,9 @@ _ACEOF
6915
7124
 
6916
7125
 
6917
7126
  fi
6918
-
6919
-
6920
-
6921
- echo "$as_me:$LINENO: checking for ExceptionInfo.module" >&5
6922
- echo $ECHO_N "checking for ExceptionInfo.module... $ECHO_C" >&6
6923
- if test "${ac_cv_member_ExceptionInfo_module+set}" = set; then
7127
+ echo "$as_me:$LINENO: checking for MagickPixelPacket" >&5
7128
+ echo $ECHO_N "checking for MagickPixelPacket... $ECHO_C" >&6
7129
+ if test "${ac_cv_type_MagickPixelPacket+set}" = set; then
6924
7130
  echo $ECHO_N "(cached) $ECHO_C" >&6
6925
7131
  else
6926
7132
  cat >conftest.$ac_ext <<_ACEOF
@@ -6938,9 +7144,10 @@ cat >>conftest.$ac_ext <<_ACEOF
6938
7144
  int
6939
7145
  main ()
6940
7146
  {
6941
- static ExceptionInfo ac_aggr;
6942
- if (ac_aggr.module)
6943
- return 0;
7147
+ if ((MagickPixelPacket *) 0)
7148
+ return 0;
7149
+ if (sizeof (MagickPixelPacket))
7150
+ return 0;
6944
7151
  ;
6945
7152
  return 0;
6946
7153
  }
@@ -6967,12 +7174,34 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6967
7174
  ac_status=$?
6968
7175
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6969
7176
  (exit $ac_status); }; }; then
6970
- ac_cv_member_ExceptionInfo_module=yes
7177
+ ac_cv_type_MagickPixelPacket=yes
6971
7178
  else
6972
7179
  echo "$as_me: failed program was:" >&5
6973
7180
  sed 's/^/| /' conftest.$ac_ext >&5
6974
7181
 
6975
- cat >conftest.$ac_ext <<_ACEOF
7182
+ ac_cv_type_MagickPixelPacket=no
7183
+ fi
7184
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7185
+ fi
7186
+ echo "$as_me:$LINENO: result: $ac_cv_type_MagickPixelPacket" >&5
7187
+ echo "${ECHO_T}$ac_cv_type_MagickPixelPacket" >&6
7188
+ if test $ac_cv_type_MagickPixelPacket = yes; then
7189
+
7190
+ cat >>confdefs.h <<_ACEOF
7191
+ #define HAVE_MAGICKPIXELPACKET 1
7192
+ _ACEOF
7193
+
7194
+
7195
+ fi
7196
+
7197
+
7198
+
7199
+ echo "$as_me:$LINENO: checking for ExceptionInfo.module" >&5
7200
+ echo $ECHO_N "checking for ExceptionInfo.module... $ECHO_C" >&6
7201
+ if test "${ac_cv_member_ExceptionInfo_module+set}" = set; then
7202
+ echo $ECHO_N "(cached) $ECHO_C" >&6
7203
+ else
7204
+ cat >conftest.$ac_ext <<_ACEOF
6976
7205
  /* confdefs.h. */
6977
7206
  _ACEOF
6978
7207
  cat confdefs.h >>conftest.$ac_ext
@@ -6988,7 +7217,7 @@ int
6988
7217
  main ()
6989
7218
  {
6990
7219
  static ExceptionInfo ac_aggr;
6991
- if (sizeof ac_aggr.module)
7220
+ if (ac_aggr.module)
6992
7221
  return 0;
6993
7222
  ;
6994
7223
  return 0;
@@ -7021,28 +7250,76 @@ else
7021
7250
  echo "$as_me: failed program was:" >&5
7022
7251
  sed 's/^/| /' conftest.$ac_ext >&5
7023
7252
 
7024
- ac_cv_member_ExceptionInfo_module=no
7025
- fi
7026
- rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7027
- fi
7028
- rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7029
- fi
7030
- echo "$as_me:$LINENO: result: $ac_cv_member_ExceptionInfo_module" >&5
7031
- echo "${ECHO_T}$ac_cv_member_ExceptionInfo_module" >&6
7032
- if test $ac_cv_member_ExceptionInfo_module = yes; then
7033
-
7034
- cat >>confdefs.h <<_ACEOF
7035
- #define HAVE_EXCEPTIONINFO_MODULE 1
7253
+ cat >conftest.$ac_ext <<_ACEOF
7254
+ /* confdefs.h. */
7036
7255
  _ACEOF
7256
+ cat confdefs.h >>conftest.$ac_ext
7257
+ cat >>conftest.$ac_ext <<_ACEOF
7258
+ /* end confdefs.h. */
7259
+ #include <stdio.h>
7260
+ #if HAVE_SYS_TYPES_H
7261
+ #include <sys/types.h>
7262
+ #endif
7263
+ #include "magick/api.h"
7037
7264
 
7265
+ int
7266
+ main ()
7267
+ {
7268
+ static ExceptionInfo ac_aggr;
7269
+ if (sizeof ac_aggr.module)
7270
+ return 0;
7271
+ ;
7272
+ return 0;
7273
+ }
7274
+ _ACEOF
7275
+ rm -f conftest.$ac_objext
7276
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7277
+ (eval $ac_compile) 2>conftest.er1
7278
+ ac_status=$?
7279
+ grep -v '^ *+' conftest.er1 >conftest.err
7280
+ rm -f conftest.er1
7281
+ cat conftest.err >&5
7282
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283
+ (exit $ac_status); } &&
7284
+ { ac_try='test -z "$ac_c_werror_flag"
7285
+ || test ! -s conftest.err'
7286
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7287
+ (eval $ac_try) 2>&5
7288
+ ac_status=$?
7289
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7290
+ (exit $ac_status); }; } &&
7291
+ { ac_try='test -s conftest.$ac_objext'
7292
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7293
+ (eval $ac_try) 2>&5
7294
+ ac_status=$?
7295
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7296
+ (exit $ac_status); }; }; then
7297
+ ac_cv_member_ExceptionInfo_module=yes
7298
+ else
7299
+ echo "$as_me: failed program was:" >&5
7300
+ sed 's/^/| /' conftest.$ac_ext >&5
7038
7301
 
7302
+ ac_cv_member_ExceptionInfo_module=no
7303
+ fi
7304
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7039
7305
  fi
7306
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7307
+ fi
7308
+ echo "$as_me:$LINENO: result: $ac_cv_member_ExceptionInfo_module" >&5
7309
+ echo "${ECHO_T}$ac_cv_member_ExceptionInfo_module" >&6
7310
+ if test $ac_cv_member_ExceptionInfo_module = yes; then
7040
7311
 
7312
+ cat >>confdefs.h <<_ACEOF
7313
+ #define HAVE_EXCEPTIONINFO_MODULE 1
7314
+ _ACEOF
7041
7315
 
7042
7316
 
7043
- echo "$as_me:$LINENO: checking for Image.orientation" >&5
7044
- echo $ECHO_N "checking for Image.orientation... $ECHO_C" >&6
7045
- if test "${ac_cv_member_Image_orientation+set}" = set; then
7317
+ fi
7318
+
7319
+
7320
+ echo "$as_me:$LINENO: checking for Image.bias" >&5
7321
+ echo $ECHO_N "checking for Image.bias... $ECHO_C" >&6
7322
+ if test "${ac_cv_member_Image_bias+set}" = set; then
7046
7323
  echo $ECHO_N "(cached) $ECHO_C" >&6
7047
7324
  else
7048
7325
  cat >conftest.$ac_ext <<_ACEOF
@@ -7061,7 +7338,7 @@ int
7061
7338
  main ()
7062
7339
  {
7063
7340
  static Image ac_aggr;
7064
- if (ac_aggr.orientation)
7341
+ if (ac_aggr.bias)
7065
7342
  return 0;
7066
7343
  ;
7067
7344
  return 0;
@@ -7089,7 +7366,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7089
7366
  ac_status=$?
7090
7367
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091
7368
  (exit $ac_status); }; }; then
7092
- ac_cv_member_Image_orientation=yes
7369
+ ac_cv_member_Image_bias=yes
7093
7370
  else
7094
7371
  echo "$as_me: failed program was:" >&5
7095
7372
  sed 's/^/| /' conftest.$ac_ext >&5
@@ -7110,7 +7387,7 @@ int
7110
7387
  main ()
7111
7388
  {
7112
7389
  static Image ac_aggr;
7113
- if (sizeof ac_aggr.orientation)
7390
+ if (sizeof ac_aggr.bias)
7114
7391
  return 0;
7115
7392
  ;
7116
7393
  return 0;
@@ -7138,32 +7415,30 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7138
7415
  ac_status=$?
7139
7416
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7140
7417
  (exit $ac_status); }; }; then
7141
- ac_cv_member_Image_orientation=yes
7418
+ ac_cv_member_Image_bias=yes
7142
7419
  else
7143
7420
  echo "$as_me: failed program was:" >&5
7144
7421
  sed 's/^/| /' conftest.$ac_ext >&5
7145
7422
 
7146
- ac_cv_member_Image_orientation=no
7423
+ ac_cv_member_Image_bias=no
7147
7424
  fi
7148
7425
  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7149
7426
  fi
7150
7427
  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7151
7428
  fi
7152
- echo "$as_me:$LINENO: result: $ac_cv_member_Image_orientation" >&5
7153
- echo "${ECHO_T}$ac_cv_member_Image_orientation" >&6
7154
- if test $ac_cv_member_Image_orientation = yes; then
7429
+ echo "$as_me:$LINENO: result: $ac_cv_member_Image_bias" >&5
7430
+ echo "${ECHO_T}$ac_cv_member_Image_bias" >&6
7431
+ if test $ac_cv_member_Image_bias = yes; then
7155
7432
 
7156
7433
  cat >>confdefs.h <<_ACEOF
7157
- #define HAVE_IMAGE_ORIENTATION 1
7434
+ #define HAVE_IMAGE_BIAS 1
7158
7435
  _ACEOF
7159
7436
 
7160
7437
 
7161
7438
  fi
7162
-
7163
-
7164
- echo "$as_me:$LINENO: checking for ImageInfo.orientation" >&5
7165
- echo $ECHO_N "checking for ImageInfo.orientation... $ECHO_C" >&6
7166
- if test "${ac_cv_member_ImageInfo_orientation+set}" = set; then
7439
+ echo "$as_me:$LINENO: checking for Image.orientation" >&5
7440
+ echo $ECHO_N "checking for Image.orientation... $ECHO_C" >&6
7441
+ if test "${ac_cv_member_Image_orientation+set}" = set; then
7167
7442
  echo $ECHO_N "(cached) $ECHO_C" >&6
7168
7443
  else
7169
7444
  cat >conftest.$ac_ext <<_ACEOF
@@ -7181,7 +7456,7 @@ cat >>conftest.$ac_ext <<_ACEOF
7181
7456
  int
7182
7457
  main ()
7183
7458
  {
7184
- static ImageInfo ac_aggr;
7459
+ static Image ac_aggr;
7185
7460
  if (ac_aggr.orientation)
7186
7461
  return 0;
7187
7462
  ;
@@ -7210,7 +7485,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7210
7485
  ac_status=$?
7211
7486
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212
7487
  (exit $ac_status); }; }; then
7213
- ac_cv_member_ImageInfo_orientation=yes
7488
+ ac_cv_member_Image_orientation=yes
7214
7489
  else
7215
7490
  echo "$as_me: failed program was:" >&5
7216
7491
  sed 's/^/| /' conftest.$ac_ext >&5
@@ -7230,7 +7505,7 @@ cat >>conftest.$ac_ext <<_ACEOF
7230
7505
  int
7231
7506
  main ()
7232
7507
  {
7233
- static ImageInfo ac_aggr;
7508
+ static Image ac_aggr;
7234
7509
  if (sizeof ac_aggr.orientation)
7235
7510
  return 0;
7236
7511
  ;
@@ -7259,29 +7534,27 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7259
7534
  ac_status=$?
7260
7535
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261
7536
  (exit $ac_status); }; }; then
7262
- ac_cv_member_ImageInfo_orientation=yes
7537
+ ac_cv_member_Image_orientation=yes
7263
7538
  else
7264
7539
  echo "$as_me: failed program was:" >&5
7265
7540
  sed 's/^/| /' conftest.$ac_ext >&5
7266
7541
 
7267
- ac_cv_member_ImageInfo_orientation=no
7542
+ ac_cv_member_Image_orientation=no
7268
7543
  fi
7269
7544
  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7270
7545
  fi
7271
7546
  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7272
7547
  fi
7273
- echo "$as_me:$LINENO: result: $ac_cv_member_ImageInfo_orientation" >&5
7274
- echo "${ECHO_T}$ac_cv_member_ImageInfo_orientation" >&6
7275
- if test $ac_cv_member_ImageInfo_orientation = yes; then
7548
+ echo "$as_me:$LINENO: result: $ac_cv_member_Image_orientation" >&5
7549
+ echo "${ECHO_T}$ac_cv_member_Image_orientation" >&6
7550
+ if test $ac_cv_member_Image_orientation = yes; then
7276
7551
 
7277
7552
  cat >>confdefs.h <<_ACEOF
7278
- #define HAVE_IMAGEINFO_ORIENTATION 1
7553
+ #define HAVE_IMAGE_ORIENTATION 1
7279
7554
  _ACEOF
7280
7555
 
7281
7556
 
7282
7557
  fi
7283
-
7284
-
7285
7558
  echo "$as_me:$LINENO: checking for Image.quality" >&5
7286
7559
  echo $ECHO_N "checking for Image.quality... $ECHO_C" >&6
7287
7560
  if test "${ac_cv_member_Image_quality+set}" = set; then
@@ -7401,8 +7674,6 @@ _ACEOF
7401
7674
 
7402
7675
 
7403
7676
  fi
7404
-
7405
-
7406
7677
  echo "$as_me:$LINENO: checking for Image.ticks_per_second" >&5
7407
7678
  echo $ECHO_N "checking for Image.ticks_per_second... $ECHO_C" >&6
7408
7679
  if test "${ac_cv_member_Image_ticks_per_second+set}" = set; then
@@ -7522,6 +7793,366 @@ _ACEOF
7522
7793
 
7523
7794
 
7524
7795
  fi
7796
+ echo "$as_me:$LINENO: checking for Image.transparent_color" >&5
7797
+ echo $ECHO_N "checking for Image.transparent_color... $ECHO_C" >&6
7798
+ if test "${ac_cv_member_Image_transparent_color+set}" = set; then
7799
+ echo $ECHO_N "(cached) $ECHO_C" >&6
7800
+ else
7801
+ cat >conftest.$ac_ext <<_ACEOF
7802
+ /* confdefs.h. */
7803
+ _ACEOF
7804
+ cat confdefs.h >>conftest.$ac_ext
7805
+ cat >>conftest.$ac_ext <<_ACEOF
7806
+ /* end confdefs.h. */
7807
+ #include <stdio.h>
7808
+ #if HAVE_SYS_TYPES_H
7809
+ #include <sys/types.h>
7810
+ #endif
7811
+ #include "magick/api.h"
7812
+
7813
+ int
7814
+ main ()
7815
+ {
7816
+ static Image ac_aggr;
7817
+ if (ac_aggr.transparent_color)
7818
+ return 0;
7819
+ ;
7820
+ return 0;
7821
+ }
7822
+ _ACEOF
7823
+ rm -f conftest.$ac_objext
7824
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7825
+ (eval $ac_compile) 2>conftest.er1
7826
+ ac_status=$?
7827
+ grep -v '^ *+' conftest.er1 >conftest.err
7828
+ rm -f conftest.er1
7829
+ cat conftest.err >&5
7830
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831
+ (exit $ac_status); } &&
7832
+ { ac_try='test -z "$ac_c_werror_flag"
7833
+ || test ! -s conftest.err'
7834
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7835
+ (eval $ac_try) 2>&5
7836
+ ac_status=$?
7837
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7838
+ (exit $ac_status); }; } &&
7839
+ { ac_try='test -s conftest.$ac_objext'
7840
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7841
+ (eval $ac_try) 2>&5
7842
+ ac_status=$?
7843
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7844
+ (exit $ac_status); }; }; then
7845
+ ac_cv_member_Image_transparent_color=yes
7846
+ else
7847
+ echo "$as_me: failed program was:" >&5
7848
+ sed 's/^/| /' conftest.$ac_ext >&5
7849
+
7850
+ cat >conftest.$ac_ext <<_ACEOF
7851
+ /* confdefs.h. */
7852
+ _ACEOF
7853
+ cat confdefs.h >>conftest.$ac_ext
7854
+ cat >>conftest.$ac_ext <<_ACEOF
7855
+ /* end confdefs.h. */
7856
+ #include <stdio.h>
7857
+ #if HAVE_SYS_TYPES_H
7858
+ #include <sys/types.h>
7859
+ #endif
7860
+ #include "magick/api.h"
7861
+
7862
+ int
7863
+ main ()
7864
+ {
7865
+ static Image ac_aggr;
7866
+ if (sizeof ac_aggr.transparent_color)
7867
+ return 0;
7868
+ ;
7869
+ return 0;
7870
+ }
7871
+ _ACEOF
7872
+ rm -f conftest.$ac_objext
7873
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7874
+ (eval $ac_compile) 2>conftest.er1
7875
+ ac_status=$?
7876
+ grep -v '^ *+' conftest.er1 >conftest.err
7877
+ rm -f conftest.er1
7878
+ cat conftest.err >&5
7879
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7880
+ (exit $ac_status); } &&
7881
+ { ac_try='test -z "$ac_c_werror_flag"
7882
+ || test ! -s conftest.err'
7883
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7884
+ (eval $ac_try) 2>&5
7885
+ ac_status=$?
7886
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887
+ (exit $ac_status); }; } &&
7888
+ { ac_try='test -s conftest.$ac_objext'
7889
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7890
+ (eval $ac_try) 2>&5
7891
+ ac_status=$?
7892
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893
+ (exit $ac_status); }; }; then
7894
+ ac_cv_member_Image_transparent_color=yes
7895
+ else
7896
+ echo "$as_me: failed program was:" >&5
7897
+ sed 's/^/| /' conftest.$ac_ext >&5
7898
+
7899
+ ac_cv_member_Image_transparent_color=no
7900
+ fi
7901
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7902
+ fi
7903
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7904
+ fi
7905
+ echo "$as_me:$LINENO: result: $ac_cv_member_Image_transparent_color" >&5
7906
+ echo "${ECHO_T}$ac_cv_member_Image_transparent_color" >&6
7907
+ if test $ac_cv_member_Image_transparent_color = yes; then
7908
+
7909
+ cat >>confdefs.h <<_ACEOF
7910
+ #define HAVE_IMAGE_TRANSPARENT_COLOR 1
7911
+ _ACEOF
7912
+
7913
+
7914
+ fi
7915
+
7916
+
7917
+ echo "$as_me:$LINENO: checking for ImageInfo.orientation" >&5
7918
+ echo $ECHO_N "checking for ImageInfo.orientation... $ECHO_C" >&6
7919
+ if test "${ac_cv_member_ImageInfo_orientation+set}" = set; then
7920
+ echo $ECHO_N "(cached) $ECHO_C" >&6
7921
+ else
7922
+ cat >conftest.$ac_ext <<_ACEOF
7923
+ /* confdefs.h. */
7924
+ _ACEOF
7925
+ cat confdefs.h >>conftest.$ac_ext
7926
+ cat >>conftest.$ac_ext <<_ACEOF
7927
+ /* end confdefs.h. */
7928
+ #include <stdio.h>
7929
+ #if HAVE_SYS_TYPES_H
7930
+ #include <sys/types.h>
7931
+ #endif
7932
+ #include "magick/api.h"
7933
+
7934
+ int
7935
+ main ()
7936
+ {
7937
+ static ImageInfo ac_aggr;
7938
+ if (ac_aggr.orientation)
7939
+ return 0;
7940
+ ;
7941
+ return 0;
7942
+ }
7943
+ _ACEOF
7944
+ rm -f conftest.$ac_objext
7945
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7946
+ (eval $ac_compile) 2>conftest.er1
7947
+ ac_status=$?
7948
+ grep -v '^ *+' conftest.er1 >conftest.err
7949
+ rm -f conftest.er1
7950
+ cat conftest.err >&5
7951
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952
+ (exit $ac_status); } &&
7953
+ { ac_try='test -z "$ac_c_werror_flag"
7954
+ || test ! -s conftest.err'
7955
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7956
+ (eval $ac_try) 2>&5
7957
+ ac_status=$?
7958
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7959
+ (exit $ac_status); }; } &&
7960
+ { ac_try='test -s conftest.$ac_objext'
7961
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7962
+ (eval $ac_try) 2>&5
7963
+ ac_status=$?
7964
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965
+ (exit $ac_status); }; }; then
7966
+ ac_cv_member_ImageInfo_orientation=yes
7967
+ else
7968
+ echo "$as_me: failed program was:" >&5
7969
+ sed 's/^/| /' conftest.$ac_ext >&5
7970
+
7971
+ cat >conftest.$ac_ext <<_ACEOF
7972
+ /* confdefs.h. */
7973
+ _ACEOF
7974
+ cat confdefs.h >>conftest.$ac_ext
7975
+ cat >>conftest.$ac_ext <<_ACEOF
7976
+ /* end confdefs.h. */
7977
+ #include <stdio.h>
7978
+ #if HAVE_SYS_TYPES_H
7979
+ #include <sys/types.h>
7980
+ #endif
7981
+ #include "magick/api.h"
7982
+
7983
+ int
7984
+ main ()
7985
+ {
7986
+ static ImageInfo ac_aggr;
7987
+ if (sizeof ac_aggr.orientation)
7988
+ return 0;
7989
+ ;
7990
+ return 0;
7991
+ }
7992
+ _ACEOF
7993
+ rm -f conftest.$ac_objext
7994
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7995
+ (eval $ac_compile) 2>conftest.er1
7996
+ ac_status=$?
7997
+ grep -v '^ *+' conftest.er1 >conftest.err
7998
+ rm -f conftest.er1
7999
+ cat conftest.err >&5
8000
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001
+ (exit $ac_status); } &&
8002
+ { ac_try='test -z "$ac_c_werror_flag"
8003
+ || test ! -s conftest.err'
8004
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8005
+ (eval $ac_try) 2>&5
8006
+ ac_status=$?
8007
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008
+ (exit $ac_status); }; } &&
8009
+ { ac_try='test -s conftest.$ac_objext'
8010
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8011
+ (eval $ac_try) 2>&5
8012
+ ac_status=$?
8013
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014
+ (exit $ac_status); }; }; then
8015
+ ac_cv_member_ImageInfo_orientation=yes
8016
+ else
8017
+ echo "$as_me: failed program was:" >&5
8018
+ sed 's/^/| /' conftest.$ac_ext >&5
8019
+
8020
+ ac_cv_member_ImageInfo_orientation=no
8021
+ fi
8022
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8023
+ fi
8024
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8025
+ fi
8026
+ echo "$as_me:$LINENO: result: $ac_cv_member_ImageInfo_orientation" >&5
8027
+ echo "${ECHO_T}$ac_cv_member_ImageInfo_orientation" >&6
8028
+ if test $ac_cv_member_ImageInfo_orientation = yes; then
8029
+
8030
+ cat >>confdefs.h <<_ACEOF
8031
+ #define HAVE_IMAGEINFO_ORIENTATION 1
8032
+ _ACEOF
8033
+
8034
+
8035
+ fi
8036
+ echo "$as_me:$LINENO: checking for ImageInfo.channel" >&5
8037
+ echo $ECHO_N "checking for ImageInfo.channel... $ECHO_C" >&6
8038
+ if test "${ac_cv_member_ImageInfo_channel+set}" = set; then
8039
+ echo $ECHO_N "(cached) $ECHO_C" >&6
8040
+ else
8041
+ cat >conftest.$ac_ext <<_ACEOF
8042
+ /* confdefs.h. */
8043
+ _ACEOF
8044
+ cat confdefs.h >>conftest.$ac_ext
8045
+ cat >>conftest.$ac_ext <<_ACEOF
8046
+ /* end confdefs.h. */
8047
+ #include <stdio.h>
8048
+ #if HAVE_SYS_TYPES_H
8049
+ #include <sys/types.h>
8050
+ #endif
8051
+ #include "magick/api.h"
8052
+
8053
+ int
8054
+ main ()
8055
+ {
8056
+ static ImageInfo ac_aggr;
8057
+ if (ac_aggr.channel)
8058
+ return 0;
8059
+ ;
8060
+ return 0;
8061
+ }
8062
+ _ACEOF
8063
+ rm -f conftest.$ac_objext
8064
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8065
+ (eval $ac_compile) 2>conftest.er1
8066
+ ac_status=$?
8067
+ grep -v '^ *+' conftest.er1 >conftest.err
8068
+ rm -f conftest.er1
8069
+ cat conftest.err >&5
8070
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8071
+ (exit $ac_status); } &&
8072
+ { ac_try='test -z "$ac_c_werror_flag"
8073
+ || test ! -s conftest.err'
8074
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8075
+ (eval $ac_try) 2>&5
8076
+ ac_status=$?
8077
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078
+ (exit $ac_status); }; } &&
8079
+ { ac_try='test -s conftest.$ac_objext'
8080
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8081
+ (eval $ac_try) 2>&5
8082
+ ac_status=$?
8083
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8084
+ (exit $ac_status); }; }; then
8085
+ ac_cv_member_ImageInfo_channel=yes
8086
+ else
8087
+ echo "$as_me: failed program was:" >&5
8088
+ sed 's/^/| /' conftest.$ac_ext >&5
8089
+
8090
+ cat >conftest.$ac_ext <<_ACEOF
8091
+ /* confdefs.h. */
8092
+ _ACEOF
8093
+ cat confdefs.h >>conftest.$ac_ext
8094
+ cat >>conftest.$ac_ext <<_ACEOF
8095
+ /* end confdefs.h. */
8096
+ #include <stdio.h>
8097
+ #if HAVE_SYS_TYPES_H
8098
+ #include <sys/types.h>
8099
+ #endif
8100
+ #include "magick/api.h"
8101
+
8102
+ int
8103
+ main ()
8104
+ {
8105
+ static ImageInfo ac_aggr;
8106
+ if (sizeof ac_aggr.channel)
8107
+ return 0;
8108
+ ;
8109
+ return 0;
8110
+ }
8111
+ _ACEOF
8112
+ rm -f conftest.$ac_objext
8113
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8114
+ (eval $ac_compile) 2>conftest.er1
8115
+ ac_status=$?
8116
+ grep -v '^ *+' conftest.er1 >conftest.err
8117
+ rm -f conftest.er1
8118
+ cat conftest.err >&5
8119
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8120
+ (exit $ac_status); } &&
8121
+ { ac_try='test -z "$ac_c_werror_flag"
8122
+ || test ! -s conftest.err'
8123
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8124
+ (eval $ac_try) 2>&5
8125
+ ac_status=$?
8126
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127
+ (exit $ac_status); }; } &&
8128
+ { ac_try='test -s conftest.$ac_objext'
8129
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8130
+ (eval $ac_try) 2>&5
8131
+ ac_status=$?
8132
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133
+ (exit $ac_status); }; }; then
8134
+ ac_cv_member_ImageInfo_channel=yes
8135
+ else
8136
+ echo "$as_me: failed program was:" >&5
8137
+ sed 's/^/| /' conftest.$ac_ext >&5
8138
+
8139
+ ac_cv_member_ImageInfo_channel=no
8140
+ fi
8141
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8142
+ fi
8143
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8144
+ fi
8145
+ echo "$as_me:$LINENO: result: $ac_cv_member_ImageInfo_channel" >&5
8146
+ echo "${ECHO_T}$ac_cv_member_ImageInfo_channel" >&6
8147
+ if test $ac_cv_member_ImageInfo_channel = yes; then
8148
+
8149
+ cat >>confdefs.h <<_ACEOF
8150
+ #define HAVE_IMAGEINFO_CHANNEL 1
8151
+ _ACEOF
8152
+
8153
+
8154
+ fi
8155
+
7525
8156
 
7526
8157
 
7527
8158
  # Don't use AC_CHECK_MEMBERS!
@@ -8370,7 +9001,6 @@ _ACEOF
8370
9001
 
8371
9002
  fi
8372
9003
 
8373
-
8374
9004
  echo "$as_me:$LINENO: checking for IndexChannel enum value" >&5
8375
9005
  echo $ECHO_N "checking for IndexChannel enum value... $ECHO_C" >&6
8376
9006
  if test "${rm_cv_enum_indexchannel+set}" = set; then
@@ -8890,6 +9520,71 @@ _ACEOF
8890
9520
 
8891
9521
  fi
8892
9522
 
9523
+ echo "$as_me:$LINENO: checking for MaxEvaluateOperator enum value" >&5
9524
+ echo $ECHO_N "checking for MaxEvaluateOperator enum value... $ECHO_C" >&6
9525
+ if test "${rm_cv_enum_maxevaluateoperator+set}" = set; then
9526
+ echo $ECHO_N "(cached) $ECHO_C" >&6
9527
+ else
9528
+ cat >conftest.$ac_ext <<_ACEOF
9529
+ /* confdefs.h. */
9530
+ _ACEOF
9531
+ cat confdefs.h >>conftest.$ac_ext
9532
+ cat >>conftest.$ac_ext <<_ACEOF
9533
+ /* end confdefs.h. */
9534
+ #include <stdio.h>
9535
+ #if HAVE_SYS_TYPES_H
9536
+ #include <sys/types.h>
9537
+ #endif
9538
+ #include "magick/api.h"
9539
+ int
9540
+ main ()
9541
+ {
9542
+ MagickEvaluateOperator x; x = MaxEvaluateOperator
9543
+ ;
9544
+ return 0;
9545
+ }
9546
+ _ACEOF
9547
+ rm -f conftest.$ac_objext
9548
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9549
+ (eval $ac_compile) 2>conftest.er1
9550
+ ac_status=$?
9551
+ grep -v '^ *+' conftest.er1 >conftest.err
9552
+ rm -f conftest.er1
9553
+ cat conftest.err >&5
9554
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9555
+ (exit $ac_status); } &&
9556
+ { ac_try='test -z "$ac_c_werror_flag"
9557
+ || test ! -s conftest.err'
9558
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9559
+ (eval $ac_try) 2>&5
9560
+ ac_status=$?
9561
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9562
+ (exit $ac_status); }; } &&
9563
+ { ac_try='test -s conftest.$ac_objext'
9564
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9565
+ (eval $ac_try) 2>&5
9566
+ ac_status=$?
9567
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568
+ (exit $ac_status); }; }; then
9569
+ rm_cv_enum_maxevaluateoperator='yes'
9570
+ else
9571
+ echo "$as_me: failed program was:" >&5
9572
+ sed 's/^/| /' conftest.$ac_ext >&5
9573
+
9574
+ rm_cv_enum_maxevaluateoperator='no'
9575
+ fi
9576
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9577
+ fi
9578
+ echo "$as_me:$LINENO: result: $rm_cv_enum_maxevaluateoperator" >&5
9579
+ echo "${ECHO_T}$rm_cv_enum_maxevaluateoperator" >&6
9580
+
9581
+ if test "$rm_cv_enum_maxevaluateoperator" = yes; then
9582
+ cat >>confdefs.h <<\_ACEOF
9583
+ #define HAVE_MAXEVALUATEOPERATOR 1
9584
+ _ACEOF
9585
+
9586
+ fi
9587
+
8893
9588
  if test "$rm_have_getimagequantumdepth" = yes; then
8894
9589
  # IM 6.0.5 changed the number of arguments to GetImageQuantumDepth.
8895
9590
  echo "$as_me:$LINENO: checking if GetImageQuantumDepth has only 1 argument" >&5
@@ -9720,7 +10415,7 @@ _ASBOX
9720
10415
  } >&5
9721
10416
  cat >&5 <<_CSEOF
9722
10417
 
9723
- This file was extended by RMagick $as_me 1.13.0, which was
10418
+ This file was extended by RMagick $as_me 1.14.0, which was
9724
10419
  generated by GNU Autoconf 2.59. Invocation command line was
9725
10420
 
9726
10421
  CONFIG_FILES = $CONFIG_FILES
@@ -9780,7 +10475,7 @@ _ACEOF
9780
10475
 
9781
10476
  cat >>$CONFIG_STATUS <<_ACEOF
9782
10477
  ac_cs_version="\\
9783
- RMagick config.status 1.13.0
10478
+ RMagick config.status 1.14.0
9784
10479
  configured by $0, generated by GNU Autoconf 2.59,
9785
10480
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
9786
10481