Grx.Frame.mode_get_context_size

@accepts(Grx.FrameMode, int, int)
@returns(int)
def mode_get_context_size(mode, width, height):
    # Python wrapper for grx_frame_mode_get_context_size()
  

Gets the total size in bytes required to store an image of width x height for this frame mode.

mode

a Grx.FrameMode

width

the width in pixels

height

the height in pixels

Returns