magickHasNextImage method

bool magickHasNextImage()

MagickHasNextImage() returns true if the wand has more images when traversing the list in the forward direction

Implementation

bool magickHasNextImage() =>
    _magickWandBindings.MagickHasNextImage(_wandPtr).toBool();