Lines Matching full:image
360 . -draw_save [optional filename] - (X Windows only) saves each image before it is clear…
361 . -draw_save_final_image [optional filename] - (X Windows only) saves the final image displayed in …
362 . -draw_save_movie - converts image files to a movie at the end of the r…
363 …ave_single_file - saves each new image in the same file, normally each new ima…
364 . -draw_save_on_clear - saves an image on each clear, mainly for debugging
365 - -draw_save_on_flush - saves an image on each flush, mainly for debugging
412 PetscBool image, movie; in PetscDrawSetFromOptions() local
415 …tring("-draw_save", "Save graphics to image file", "PetscDrawSetSave", filename, filename, sizeof(… in PetscDrawSetFromOptions()
418 …PetscCall(PetscOptionsBool("-draw_save_single_file", "Each new image replaces previous image in fi… in PetscDrawSetFromOptions()
419 if (image) PetscCall(PetscDrawSetSave(draw, filename)); in PetscDrawSetFromOptions()
421 …_image", "Save final graphics to image file", "PetscDrawSetSaveFinalImage", filename, filename, si… in PetscDrawSetFromOptions()
422 if (image) PetscCall(PetscDrawSetSaveFinalImage(draw, filename)); in PetscDrawSetFromOptions()