ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffects Class / Oilify Method
Image to apply oilify effect to.
Brush size in pixels. As the brush size is increased, less detail is visible in the image and the effect becomes more dramatic.




In This Topic
    Oilify Method
    In This Topic
    This method applies an effect to an image that makes it appear similar to an oil painting.
    Syntax
    'Declaration
     
    Public Shared Sub Oilify( _
       ByVal page As ImGearRasterPage, _
       ByVal brushSize As Integer _
    ) 
    'Usage
     
    Dim page As ImGearRasterPage
    Dim brushSize As Integer
     
    ImGearEffects.Oilify(page, brushSize)
    public static void Oilify( 
       ImGearRasterPage page,
       int brushSize
    )
    public: static void Oilify( 
       ImGearRasterPage* page,
       int brushSize
    ) 
    public:
    static void Oilify( 
       ImGearRasterPage^ page,
       int brushSize
    ) 

    Parameters

    page
    Image to apply oilify effect to.
    brushSize
    Brush size in pixels. As the brush size is increased, less detail is visible in the image and the effect becomes more dramatic.
    See Also