Image description structure. (Colors are in RGBA format.)
Apolies blur.
Applies blur.
Applies blur.
Reverses the picture along the specified axis.
Generates a gauss matrix.
Generates a gauss matrix.
Image processing process. The function traverses the picture, giving the input delegate a pointer to the color and traversal position in the form of a vector.
Rotate the picture by the specified angle from the specified center.
Save image in file.
Divides the picture into frames.
Combining two paintings into one using color mixing.
Checks if the data for the image is valid.
Checks the axis for correctness.
A module for manipulating pictures, processing and transforming them.
Using the library, you can load images directly from files with a certain limitation in types (see imagefmt). Also, the image can be manipulated: blur, , .
Blur can be applied simply by calling the function with the picture as an argument. At the exit, it will render the image with blur. Example:
Also, you can set a custom kernel to use, let's say: