←Select platform

AverageImage Method

Summary

Changes the color of each pixel in an image to the average color of pixels in its neighborhood. This results in a blur effect.

Syntax
C#
VB
C++
public void AverageImage( 
   AverageRequest request, 
   RasterImage image 
) 
Public Sub AverageImage( 
   ByVal request As AverageRequest, 
   ByVal image As RasterImage 
) 
public:  
   void AverageImage( 
      AverageRequest^ request, 
      RasterImage^ image 
   ) 

Parameters

request

Request containing the image processing parameters.

image

Image to be processed.

Return Value

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.