Home | History | Annotate | Download | only in MagickCore
      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 %                        MagickCore Deprecated Methods                        %
     14 %                                                                             %
     15 %                              Software Design                                %
     16 %                                   Cristy                                    %
     17 %                                October 2002                                 %
     18 %                                                                             %
     19 %                                                                             %
     20 %  Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization      %
     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 /*
     42   Include declarations.
     43 */
     44 #include "MagickCore/studio.h"
     45 #include "MagickCore/property.h"
     46 #include "MagickCore/blob.h"
     47 #include "MagickCore/blob-private.h"
     48 #include "MagickCore/cache.h"
     49 #include "MagickCore/cache-view.h"
     50 #include "MagickCore/client.h"
     51 #include "MagickCore/color.h"
     52 #include "MagickCore/color-private.h"
     53 #include "MagickCore/colormap.h"
     54 #include "MagickCore/colormap-private.h"
     55 #include "MagickCore/colorspace.h"
     56 #include "MagickCore/composite.h"
     57 #include "MagickCore/composite-private.h"
     58 #include "MagickCore/constitute.h"
     59 #include "MagickCore/draw.h"
     60 #include "MagickCore/draw-private.h"
     61 #include "MagickCore/effect.h"
     62 #include "MagickCore/enhance.h"
     63 #include "MagickCore/exception.h"
     64 #include "MagickCore/exception-private.h"
     65 #include "MagickCore/fx.h"
     66 #include "MagickCore/geometry.h"
     67 #include "MagickCore/identify.h"
     68 #include "MagickCore/image.h"
     69 #include "MagickCore/image-private.h"
     70 #include "MagickCore/list.h"
     71 #include "MagickCore/log.h"
     72 #include "MagickCore/memory_.h"
     73 #include "MagickCore/magick.h"
     74 #include "MagickCore/monitor.h"
     75 #include "MagickCore/monitor-private.h"
     76 #include "MagickCore/morphology.h"
     77 #include "MagickCore/paint.h"
     78 #include "MagickCore/pixel.h"
     79 #include "MagickCore/pixel-accessor.h"
     80 #include "MagickCore/quantize.h"
     81 #include "MagickCore/random_.h"
     82 #include "MagickCore/resource_.h"
     83 #include "MagickCore/semaphore.h"
     84 #include "MagickCore/segment.h"
     85 #include "MagickCore/splay-tree.h"
     86 #include "MagickCore/statistic.h"
     87 #include "MagickCore/string_.h"
     88 #include "MagickCore/threshold.h"
     89 #include "MagickCore/transform.h"
     90 #include "MagickCore/utility.h"
     91 
     92 #if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)
     94 
     95 #endif
     96