/usr/include/ImageMagick-6/wand
NameSizeModeActions
animate.h9520644editdlrm
compare.h9510644editdlrm
composite.h9590644editdlrm
conjure.h9510644editdlrm
convert.h9510644editdlrm
deprecate.h78390644editdlrm
display.h9510644editdlrm
drawing-wand.h99090644editdlrm
identify.h9550644editdlrm
import.h9470644editdlrm
magick-image.h225480644editdlrm
magick-property.h54890644editdlrm
magick-wand.h7920644editdlrm
MagickWand.h35670644editdlrm
magick_wand.h7920644editdlrm
method-attribute.h35820644editdlrm
mogrify.h14850644editdlrm
montage.h9510644editdlrm
pixel-iterator.h20640644editdlrm
pixel-wand.h45860644editdlrm
stream.h9480644editdlrm
wand-view.h24030644editdlrm
Edit: /usr/include/ImageMagick-6/wand/compare.h (951B)
/* Copyright 1999 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://imagemagick.org/license/ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. MagickWand compare command-line method. */ #ifndef MAGICKWAND_COMPARE_H #define MAGICKWAND_COMPARE_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif extern WandExport MagickBooleanType CompareImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif