28 class MagickPPExport ImageRef
36 ImageRef(MagickCore::Image *image_);
45 MagickCore::Image *&image(
void);
54 void options(
Options *options_);
59 static ImageRef *replaceImage(ImageRef *imgRef,
60 MagickCore::Image *replacement_);
65 std::string signature(
const bool force_=
false);
70 ImageRef(MagickCore::Image *image_,
const Options *options_);
73 ImageRef(
const ImageRef&);
75 ImageRef& operator=(
const ImageRef&);
77 MagickCore::Image *_image;