Channel Port Operations

Data Structures

struct  PSGaussianBlurParameters
 Parameters for the Gaussian blur operation. More...
struct  PSMinMaxMedianParameters
 Parameters for min, max, and median filters. More...
struct  PSChannelPortSetPixelsParameters
 Parameters for the Set Pixel operation. More...

Defines

#define PSChannelPortGaussianBlurFilter   "Photoshop Gaussian Blur Filter"
 Gaussian blur from the source to the destination.
#define PSChannelPortMinimumFilter   "Photoshop Minimum Filter"
 Minimum filter operation.
#define PSChannelPortMaximumFilter   "Photoshop Maximum Filter"
 Maximum filter operation.
#define PSChannelPortMedianFilter   "Photoshop Median Filter"
 Median filter operation.
#define PSChannelPortCopyPixels   "Photoshop Copy Pixels"
 Copy operation.
#define PSChannelPortSetPixels   "Photoshop Set Pixels"
 Set pixel operation.

Define Documentation

#define PSChannelPortGaussianBlurFilter   "Photoshop Gaussian Blur Filter"

Gaussian blur from the source to the destination.

Parameters for the operation are provided by PSGaussianBlurParameters.

#define PSChannelPortMinimumFilter   "Photoshop Minimum Filter"

Minimum filter operation.

Parameters for the operation are provided by PSMinMaxMedianParameters.

#define PSChannelPortMaximumFilter   "Photoshop Maximum Filter"

Maximum filter operation.

Parameters for the operation are provided by PSMinMaxMedianParameters.

#define PSChannelPortMedianFilter   "Photoshop Median Filter"

Median filter operation.

Parameters for the operation are provided by PSMinMaxMedianParameters.

#define PSChannelPortCopyPixels   "Photoshop Copy Pixels"

Copy operation.

Copies source to destination. If the rect parameter is specified for PSChannelPortsSuite1::ApplyOperation(), it defines the bounds to process. It is restricted to the actual writable bounds. This operation ignores the maskPort parameter.

#define PSChannelPortSetPixels   "Photoshop Set Pixels"

Set pixel operation.

Sets pixels to a given value. Only implemented for depth 8. Parameters for the operation are provided by PSChannelPortSetPixelsParameters.