meshing.tui.display.set.picture#

class main_menu.display.set.picture(path, service)#

Saves a hardcopy file of the active graphics window.

dpi(*args, **kwargs)#

Specifies the resolution in dots per inch for EPS and PostScript files.

invert_background(*args, **kwargs)#

Enables/disables the exchange of foreground/background colors for hardcopy files.

jpeg_hardcopy_quality(*args, **kwargs)#

Controls the size and quality of how JPEG files are saved based on a scale of 0-100, with zero being low quality small files and 100 being high quality larger files.

landscape(*args, **kwargs)#

Toggles between landscape or portrait orientation.

preview(*args, **kwargs)#

Applies the settings of the color-mode, invert-background, and landscape options to the currently active graphics window to preview the appearance of printed hardcopies.

set_standard_resolution(*args, **kwargs)#

Select from pre-defined resolution list.

use_window_resolution(*args, **kwargs)#

Disables/enables the use of the current graphics window resolution when saving an image of the graphics window. If disabled, the resolution will be as specified for x-resolution and y-resolution.

x_resolution(*args, **kwargs)#

Sets the width of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).

y_resolution(*args, **kwargs)#

Sets the height of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).