Applying Artistic Effects
The following methods are designed specifically for artistic effects:
Method |
Purpose |
Adds random pixels to a bitmap, letting you specify the percentage of coverage and the color plane. | |
Adds shadows to a bitmap, letting you specify the threshold value, the direction of the light source, and whether the shadows are colored or grayscale. | |
Adds effects that simulate random color changes, scratches, dust and pits, making a bitmap look like it was made from an old film. | |
Wraps the bitmap along the inside or outside of an arc pattern. | |
Warps the bitmap to a cylindrical shape. | |
Splits the image into square or rectangular blocks. If the blocks are square, rotates each block by 0, 90, 180, or 270 degrees. If the blocks are rectangular, flips the blocks around the X-axis and Y-axis. | |
Applies an emboss effect to a bitmap, letting you specify the depth and direction of the effect. | |
Shears the bitmap by the wave drawn using amplitude values obtained from GetCurvePoints. | |
Distorts the bitmap by the wave drawn using amplitude values obtained from GetCurvePoints and a specified angle. | |
Adds light to the bitmap according to a function-based distribution. This functional light will be generated by one of the following methods: linear, quadratic, sine, cosine, or using freehand points. | |
Makes a bitmap look like it was painted by an impressionist painter. | |
Imposes a mosaic effect on a bitmap by dividing the bitmap into tiles of a specified size and changing the color of all pixels in each tile to the average color of pixels within the tile. | |
Applies a filter, which creates the illusion of movement in an image. | |
Applies an oil-painting effect to a bitmap. | |
Divides the bitmap into rectangular or circular cells and then recreates the image using those cells filled with the minimum, maximum, or average pixel value, depending upon the effect that was set. | |
Converts the bitmap from rectangular to polar coordinates and vice versa. | |
Imposes a poster effect on a bitmap by quantizing the bitmap's colors to a specified number of color levels per plane. For example, two levels means two of red, two of green, and two of blue. | |
Warps the bitmap by pinching it toward the center or expanding the bitmap away from its center. | |
Splits the image into square blocks and randomizes these blocks inside the image. | |
Divides the image into a certain number of rings. Each ring is rotated according to a rotate angle. The rotate angle for each ring will be chosen randomly by the function or can be passed to the function. | |
Rotates the bitmap pixels around a center point. | |
Distorts a bitmap using a wave radiating from the specified center. | |
Adds a pseudo-3D wave effect to the bitmap by drawing horizontal lines across the bitmap and basing each line’s height at each point on its brightness at that point. | |
Replaces the red component of the pixels with the specified color. To replace only the red component for those pixels in the eyes of the bitmap, select a small region around the eye(s). | |
Warps the image in concentric rings. | |
Divides the bitmap into segments where each segment’s pixels have approximately the same color (homogenous color). | |
Warps the image around a 3D spherical shape. | |
Produces a swirl pattern by rotating the bitmap the specified number of degrees about the specified point. | |
Applies an effect that mimics the accidental exposure of photographic film to light. | |
Combines image data from a mask bitmap and an underlay bitmap with an underlay effect. The result is used as a fade mask that will be used to combine a source bitmap and a destination bitmap with variable opacity. The result is combined again with the destination bitmap using a constant opacity. | |
Combines two bitmaps so that one appears to be an underlying texture for the other. | |
Distorts the bitmap with two perpendicular waves at the specified angle and with the specified wave type. | |
Creates thin lines, directed along the specified angle, on the specified bitmap. | |
Blurs the bitmap along radial lines starting from the specified center point. | |
Distorts the bitmap with a wave zoomed from the specified center. | |
Adds a three-dimensional texture pattern by applying the bump image to the destination image. | |
Remaps the bitmap into a collection of rotated rectangles (cubic faces), in the Cubist style. | |
Draws a star on the bitmap. | |
Simulates painting an image with the watercolor dry brush technique. | |
Wraps the bitmap onto a 3D plane shaped by pnCurve. | |
Wraps the bitmap along its radius on a 3D surface shaped by pnCurve. | |
Divides the image into cells and makes it look as if it is being viewed through glass blocks. | |
Makes colored edges shine with a neon-like glow. | |
Simulates the secondary reflections caused when bright lights are facing the camera lens. | |
Adds many spots of directed light sources to the bitmap. | |
Lightens or darkens all or part of a bitmap by remapping the pixel values. | |
Reflects the bitmap on an ocean surface. | |
Places the bitmap on parallel planes along the Z-axis bent towards a center point. | |
Places the bitmap on parallel planes along the Z-axis. | |
Corrects color values by shifting the sample colors to the target colors. | |
Smoothes the rough edges in the bitmap. | |
Places the bitmap inside a tunnel along the Z-axis. |
With any of these methods, except Underlay, you can limit the effect to a specified region of interest. For information about regions, refer to Creating and Using a Bitmap Region.