GraphicsObject displaying an image. Optimized for rapid update (ie video display)
See setImage for all allowed arguments.
returns x and y arrays containing the histogram values for the current image. The step argument causes pixels to be skipped when computing the histogram to save time.
return scene-size of a single pixel in the image
Update the image displayed by this item. Arguments:
image autoLevels lut levels opacity compositionMode border
Only the first format is compatible with lookup tables.
Set the lookup table to use for this image. (see functions.makeARGB for more information on how this is used) Optionally, lut can be a callable that accepts the current image as an argument and returns the lookup table to use.
Set whether the item ignores transformations and draws directly to screen pixels.