cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 1 | /* |
| 2 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 3 | % % |
| 4 | % % |
| 5 | % % |
| 6 | % DDDD EEEEE PPPP RRRR EEEEE CCCC AAA TTTTT EEEEE % |
| 7 | % D D E P P R R E C A A T E % |
| 8 | % D D EEE PPPPP RRRR EEE C AAAAA T EEE % |
| 9 | % D D E P R R E C A A T E % |
| 10 | % DDDD EEEEE P R R EEEEE CCCC A A T EEEEE % |
| 11 | % % |
| 12 | % % |
| 13 | % MagickWand Deprecated Methods % |
| 14 | % % |
| 15 | % Software Design % |
cristy | de984cd | 2013-12-01 14:49:27 +0000 | [diff] [blame] | 16 | % Cristy % |
cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 17 | % October 2002 % |
| 18 | % % |
| 19 | % % |
Cristy | 7ce65e7 | 2015-12-12 18:03:16 -0500 | [diff] [blame] | 20 | % Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization % |
cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 21 | % dedicated to making software imaging solutions freely available. % |
| 22 | % % |
| 23 | % You may not use this file except in compliance with the License. You may % |
| 24 | % obtain a copy of the License at % |
| 25 | % % |
| 26 | % http://www.imagemagick.org/script/license.php % |
| 27 | % % |
| 28 | % Unless required by applicable law or agreed to in writing, software % |
| 29 | % distributed under the License is distributed on an "AS IS" BASIS, % |
| 30 | % WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. % |
| 31 | % See the License for the specific language governing permissions and % |
| 32 | % limitations under the License. % |
| 33 | % % |
| 34 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 35 | % |
| 36 | % |
| 37 | % |
| 38 | */ |
| 39 | |
| 40 | /* |
| 41 | Include declarations. |
| 42 | */ |
| 43 | #include "MagickWand/studio.h" |
| 44 | #include "MagickWand/MagickWand.h" |
| 45 | #include "MagickWand/magick-wand-private.h" |
| 46 | #include "MagickWand/wand.h" |
| 47 | #include "MagickCore/monitor-private.h" |
| 48 | #include "MagickCore/thread-private.h" |
| 49 | |
| 50 | #if !defined(MAGICKCORE_EXCLUDE_DEPRECATED) |
| 51 | |
| 52 | #endif |