OOF2: The Manual
Parent Menu: OOF.Image
OOF.Image.Modify Commands
- OOF.Image.Modify.Blur — Blur an image by convolving it with a Gaussian operator of the given radius and standard deviation (sigma).
- OOF.Image.Modify.Contrast — Enhance intensity differences.
- OOF.Image.Modify.Despeckle — Reduce the speckle noise while preserving the edges in an image.
- OOF.Image.Modify.Dim — Dim the image by the given factor.
- OOF.Image.Modify.Edge — Find edges in an image.
- OOF.Image.Modify.Enhance — Enhance the image by minimizing noise.
- OOF.Image.Modify.Equalize — Apply histogram equalization to the image.
- OOF.Image.Modify.Fade — Fade the image by the given factor.
- OOF.Image.Modify.Flip — Flip the image about the x or y axis.
- OOF.Image.Modify.Gray — Convert image to gray scale.
- OOF.Image.Modify.MedianFilter — Reduce noice by replacing each pixel color with its median over a local region.
- OOF.Image.Modify.Negate — Negate the colors in the image.
- OOF.Image.Modify.Normalize — Enhance contrast by normalizing the image.
- OOF.Image.Modify.ReduceNoise — Reduce noise while preserving edges.
- OOF.Image.Modify.Reilluminate — Adjust brightness so that the whole image is evenly illuminated.
- OOF.Image.Modify.Sharpen — Sharpen the image by convolving with a Gaussian.
- OOF.Image.Modify.ThresholdImage — Threshold an image given a threshold value.



