oc_jpegencode
1.0
JPEGencoder
|
Public Member Functions |
Public Attributes |
Private Member Functions |
Definition at line 43 of file interfaces.py.
def __init__ | ( | self, | |
dut | |||
) |
Definition at line 45 of file interfaces.py.
|
private |
Send an image into the DUT. Image should be in RGB format and a multiple of 8 pixels in both width and height Args: image (PIL.Image) image to send into the dut
Definition at line 50 of file interfaces.py.
References JpegMonitor.dut, and ImageDriver.dut.
dut |
Definition at line 46 of file interfaces.py.
Referenced by ImageDriver._driver_send().