|
MagickCore
6.7.5
|
00001 /* 00002 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 00003 % % 00004 % % 00005 % % 00006 % DDDD EEEEE PPPP RRRR EEEEE CCCC AAA TTTTT EEEEE % 00007 % D D E P P R R E C A A T E % 00008 % D D EEE PPPPP RRRR EEE C AAAAA T EEE % 00009 % D D E P R R E C A A T E % 00010 % DDDD EEEEE P R R EEEEE CCCC A A T EEEEE % 00011 % % 00012 % % 00013 % MagickCore Deprecated Methods % 00014 % % 00015 % Software Design % 00016 % John Cristy % 00017 % October 2002 % 00018 % % 00019 % % 00020 % Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization % 00021 % dedicated to making software imaging solutions freely available. % 00022 % % 00023 % You may not use this file except in compliance with the License. You may % 00024 % obtain a copy of the License at % 00025 % % 00026 % http://www.imagemagick.org/script/license.php % 00027 % % 00028 % Unless required by applicable law or agreed to in writing, software % 00029 % distributed under the License is distributed on an "AS IS" BASIS, % 00030 % WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. % 00031 % See the License for the specific language governing permissions and % 00032 % limitations under the License. % 00033 % % 00034 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 00035 % 00036 % 00037 % 00038 */ 00039 00040 /* 00041 Include declarations. 00042 */ 00043 #include "MagickCore/studio.h" 00044 #include "MagickCore/property.h" 00045 #include "MagickCore/blob.h" 00046 #include "MagickCore/blob-private.h" 00047 #include "MagickCore/cache.h" 00048 #include "MagickCore/cache-view.h" 00049 #include "MagickCore/client.h" 00050 #include "MagickCore/color.h" 00051 #include "MagickCore/color-private.h" 00052 #include "MagickCore/colormap.h" 00053 #include "MagickCore/colormap-private.h" 00054 #include "MagickCore/colorspace.h" 00055 #include "MagickCore/composite.h" 00056 #include "MagickCore/composite-private.h" 00057 #include "MagickCore/constitute.h" 00058 #include "MagickCore/draw.h" 00059 #include "MagickCore/draw-private.h" 00060 #include "MagickCore/effect.h" 00061 #include "MagickCore/enhance.h" 00062 #include "MagickCore/exception.h" 00063 #include "MagickCore/exception-private.h" 00064 #include "MagickCore/fx.h" 00065 #include "MagickCore/geometry.h" 00066 #include "MagickCore/identify.h" 00067 #include "MagickCore/image.h" 00068 #include "MagickCore/image-private.h" 00069 #include "MagickCore/list.h" 00070 #include "MagickCore/log.h" 00071 #include "MagickCore/memory_.h" 00072 #include "MagickCore/magick.h" 00073 #include "MagickCore/monitor.h" 00074 #include "MagickCore/monitor-private.h" 00075 #include "MagickCore/morphology.h" 00076 #include "MagickCore/paint.h" 00077 #include "MagickCore/pixel.h" 00078 #include "MagickCore/pixel-accessor.h" 00079 #include "MagickCore/quantize.h" 00080 #include "MagickCore/random_.h" 00081 #include "MagickCore/resource_.h" 00082 #include "MagickCore/semaphore.h" 00083 #include "MagickCore/segment.h" 00084 #include "MagickCore/splay-tree.h" 00085 #include "MagickCore/statistic.h" 00086 #include "MagickCore/string_.h" 00087 #include "MagickCore/threshold.h" 00088 #include "MagickCore/transform.h" 00089 #include "MagickCore/utility.h" 00090 00091 #if !defined(MAGICKCORE_EXCLUDE_DEPRECATED) 00092 00093 #endif