jit.pwindow
Invert a black and white image using jit.op
This example demonstrates how to invert a black and white image using jit.op.
Resizing a matrix non-destructively
This example uses a 4-plane, 256×256 matrix for easy visualization, but it could be adapted to a 6-plane 1×1024 matrix.
RGB color
One way to describe a color is in terms of the intensity of three components: red, green, and blue. This descriptive form is known as RGB color space. (It’s called a color space because you can think of each of the three color components as representing a dimension in a 3D space.