MagickCore::GetImageException( first_->image(), &exceptionInfo );
unlinkImages( first_, last_ );
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
// Append images from list into single image in either horizontal or
unlinkImages( first_, last_ );
appendedImage_->replaceImage( image );
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
// Average a set of images.
unlinkImages( first_, last_ );
averagedImage_->replaceImage( image );
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
// Merge a sequence of images.
// Report any error
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
// Return format coders matching specified conditions.
}
coder_list=(char **) MagickCore::RelinquishMagickMemory( coder_list );
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
//
MagickCore::DestroyImageInfo(imageInfo);
insertImages( sequence_, images);
throwException( exceptionInfo );
+ (void) MagickCore::DestroyExceptionInfo( &exceptionInfo );
}
template <class Container>
void readImages( Container *sequence_,