Module imageops
Image Processing Functions
Modules
- colorops Functions for altering and converting the color of pixelbufs
Functions
- crop Return a mutable view into an image The coordinates set the position of the top left corner of the crop.
- crop_imm Return an immutable view into an image The coordinates set the position of the top left corner of the crop.
- horizontal_gradient Fill the image with a linear horizontal gradient
- overlay Overlay an image at a given coordinate (x, y)
- overlay_bounds Calculate the region that can be copied from top to bottom.
- replace Replace the contents of an image at a given coordinate (x, y)
- tile Tile an image by repeating it multiple times
- vertical_gradient Fill the image with a linear vertical gradient