Home | History | Annotate | Download | only in MagickCore

Lines Matching full:scene

578            (image->scene == 0))
582 image->scene);
1113 (void) FormatLocaleFile(file," Scene: %.20g of %.20g\n",(double)
1114 image->scene,(double) GetImageListLength(image));
1116 if (image->scene != 0)
1117 (void) FormatLocaleFile(file," Scene: %.20g\n",(double) image->scene);