]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 8 Sep 2011 11:48:29 +0000 (11:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 8 Sep 2011 11:48:29 +0000 (11:48 +0000)
21 files changed:
Magick++/demo/analyze.cpp
Magick++/demo/button.cpp
Magick++/demo/demo.cpp
Magick++/demo/detrans.cpp
Magick++/demo/flip.cpp
Magick++/demo/gravity.cpp
Magick++/demo/piddle.cpp
Magick++/demo/shapes.cpp
Magick++/demo/zoom.cpp
Magick++/tests/appendImages.cpp
Magick++/tests/attributes.cpp
Magick++/tests/averageImages.cpp
Magick++/tests/coalesceImages.cpp
Magick++/tests/coderInfo.cpp
Magick++/tests/color.cpp
Magick++/tests/colorHistogram.cpp
Magick++/tests/exceptions.cpp
Magick++/tests/montageImages.cpp
Magick++/tests/morphImages.cpp
Magick++/tests/readWriteBlob.cpp
Magick++/tests/readWriteImages.cpp

index 50f82e254c3d0696247c4a9f933e41239bc42428..f6d7cd477263ddcf14bd366b48abf75fd6e7ad49 100644 (file)
@@ -7,6 +7,7 @@
 // Usage: analyze file...
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <iostream>
 #include <iomanip>
index 118cdfc52d706cc349ec5a1197625a49b85b2714..aca55f1c5de7df5e0da0763ba0cc01f0f2ba8342 100644 (file)
@@ -4,6 +4,7 @@
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
 // 
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 1535b676993e2b1e6a737bf1c9e8ca3a32c8236c..0821fecebe6dde6869045618959bc24930f11f1b 100644 (file)
@@ -7,6 +7,7 @@
 // Max run-time size 60MB (as compared with 95MB for PerlMagick) under SPARC Solaris
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 1a515b162db3f8c6be61e08e4e3b3967db005bd8..4a88161fc8fae57b8c90bc146419cfac195e58b6 100644 (file)
@@ -10,6 +10,7 @@
 // Usage: detrans color file...
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <iostream>
 using namespace std; 
index 61dae1968bef4da5ab7f15e8f6b6657e1af2111f..8ed4ca5bacb57bac11c1925ee127d7d253a9747e 100644 (file)
@@ -8,6 +8,7 @@
 // flipped and morphed version to "flip_out.miff".
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index c262515531e31bc1a969690ea95a729fbbc11df9..599cf591d1560e372dcdfd7c6021d791f05c0a92 100644 (file)
@@ -9,9 +9,10 @@
 // are using X-Windows to see an animated result.
 //
 // Concept and algorithms lifted from PerlMagick demo script written
-// by John Christy.
+// by Cristy.
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index ec6007f9f6936806766d5069017d5e0aceeaf0e0..c23ac21f99f9a04d8c2cd4513fcb37245df63120 100644 (file)
@@ -6,6 +6,7 @@
 // The PerlMagick "piddle" demo is written by John Cristy
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 9dddc5dae6bca3493551a7a9e9cf147d5254eb58..1357f176fd5fc1460fb7c33c51af3ae669333f62 100644 (file)
@@ -7,6 +7,7 @@
 // Concept and algorithms lifted from PerlMagick demo script
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 8db2c8e3d502cad70c4c5d730b2cac4af89e8d5a..b1319e74aceb23f17aa15a04a83b1ae522b53c2d 100644 (file)
@@ -8,6 +8,7 @@
 //             [-resample resolution] input_file output_file
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <iostream>
 #include <string>
index 8ad480c8afe7f898e040c13b6dcd28f83ce838a7..5e269bedc58b84b79c5a7eb1a43aec49f86776b3 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL appendImages function
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 6368ad5e27ec8ed15af590bfba9ab7136fc4331c..ea7c03db264a725bf15e6c75066b66b31bee39e7 100644 (file)
@@ -5,6 +5,7 @@
 // Tests for setting/getting Magick::Image attributes
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 0c94ee8d364d5f7cef00028a0becfb577f77be80..b646e6597f80c208315a08cece09c8048070a558 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL averageImages function
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 4db76f9df727e036fdd48d89bd080891f5ded384..7a933e02f2655d0e11ab5e0d6f20ea4d72e62d78 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL coalesceImages function
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index e5c5df0bd7e438947d50098d4de1628a5da39e86..7fb3baa84c64f9b963ebed03404acf4c5123f374 100644 (file)
@@ -5,6 +5,7 @@
 // Test Magick::CoderInfo class and Magick::coderInfoList
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 0ce2ebc00d7fde64520eb330ee24407a1beaff4d..4b74f39fd92834d95ede72fea22d2fd13760e35d 100644 (file)
@@ -5,6 +5,7 @@
 // Test Magick::Color classes
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 4418eacc9a13c639a0efb4dc3e4670a0bb88e59a..65bb271b0f6ceac1ae0d9e113a29c989c396c0fe 100644 (file)
@@ -8,6 +8,7 @@
 #undef USE_VECTOR
 #define USE_MAP
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index cab3177ddeae03f5fd5395584b8fef7cef613531..4aa4188aefed0206606f246143534caf9397f945 100644 (file)
@@ -5,6 +5,7 @@
 // Tests for throwing exceptions
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 482f14b62c21e00f9bca537e32516c9a38576370..a9f6db7f6b7fe11aa12ad751c31e9d3b738aabb3 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL montageImages function
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 00a0c82497ce758775c04057f092b665e3f6d76a..26e42e7d61d3d0e2dae198807e1664a115731934 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL morphImages function
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index a15f046b62c64fca9775d299f68ce8d37cff4d1a..552505100ccd8e13fd02ce80caed43049de576e0 100644 (file)
@@ -5,6 +5,7 @@
 // Test reading/writing BLOBs using Magick++
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>
index 7af711a2a597fbf8458f536780ccd9e70e9fe70a..626d284fbf750a29a439c76b2639278917648adf 100644 (file)
@@ -5,6 +5,7 @@
 // Test STL readImages and writeImages functions
 //
 
+#include <cstring>
 #include <Magick++.h>
 #include <string>
 #include <iostream>