process method

process

Processes the loaded pixels.

def process(self, pixels_rectangle, pixels, start, end):
    ...
ParameterTypeDescription
pixels_rectangleRectangleThe pixels rectangle.
pixelslistThe pixels.
startPointThe start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

See Also