This function applies an effect to an image that makes it appear similar to an oil painting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_FX_oilify( HIGEAR hIGear, AT_INT brushSize ); |
Name | Type | Description |
---|---|---|
hIGear | HIGEAR | Image to which to apply oilify effect. |
brushSize | AT_INT | Brush size in pixels. As the brush size is increased, less detail is visible in the image and the effect becomes more dramatic. |
Returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by ImageGear for C and C++, except:
Indexed RGB – 1 bpp;
Grayscale – 1 bpp;
Indexed RGB with non-grayscale palette;
Images that have a Grayscale LUT attached to them;
17…32 bpc images.
Image Processing