Accusoft ImagXpress 13
ImageStatusChanged Event
The image buffer ID.
The above properties provide information specific to this event.

The status of the current image.

This will be one or more of the flags specified in the ixSTATUS enumeration.

Description
Raised when image status has changed.
Syntax
Visual Basic
Public Event ImageStatusChanged( _
   ByVal ID As Integer, _
   ByVal eOPID As enumIPEffect, _
   ByVal lStatus As Long _
)
Parameters
ID
The image buffer ID.
eOPID
ValueDescription
IP_AdjustColorBalanceCorrect color balance as specified.
IP_AdjustHSLAdjust image hue, saturation and luminance components.
IP_AdjustLightnessAdjust image lightness as specified.
IP_AdjustRGBAdjust color image.
IP_ApplyGrayscaleTransformPermanently levels an 8 through 16-bit gray image to an 8-bit gray image.
IP_AutoBinarizeAutomatically Binarize an image.
IP_AutoBinarize2Automatically Binarize an image.
IP_AutoColorBalanceCorrect image color balance automatically.
IP_AutoContrastAutomatically adjust image contrast uniformly.
IP_AutoCropCrop border space automatically.
IP_AutoLevelRestores and balances color quality within an image.
IP_AutoLightnessAdjust contrast in light and dark regions of the image separately. This is useful to bring more detail into the shadowy areas of the image, without washing out the light regions.
IP_AutoRemoveRedeyeRemove red eye on an image.
IP_BinarizeModify the color palette associated with the image, setting it to two colors.
IP_BlendBlend with underlying pixels in the image.
IP_BlurNoise eliminated where significant color transitions occur. The blur filters smooth transitions by averaging the pixels next to the hard edges of defined lines and shaded areas.
IP_BrightnessModify brightness on image.
IP_ButtonizeAdd translucent bevels to the edges of to give it the appearance of a 3D button.
IP_ColorCountReturns the number of pixels of a specified color within the current image area.
IP_ColorDepth1Color Depth set to 1.
IP_ColorDepth24Color Depth set to 24.
IP_ColorDepth4Color Depth set to 4.
IP_ColorDepth8Color Depth set to 8.
IP_ColorJoinJoins the color components into a full image.
IP_ContrastModify image contrast.
IP_CopyCopy the specified region or image.
IP_CountUniqueColorsCount unique colors.
IP_CreateColorImageCreate color image.
IP_CropCrop specified region of image. Cropping is the process of removing portions of an image to create focus or strengthen the composition.
IP_CropBorderCrop image borders.
IP_DeskewCorrect skewing of image.
IP_DespeckleBlur the selection on the image except those edges. This blurring removes noise while preserving detail.
IP_DiffuseImage displays as though it were viewed through a soft diffusion filter.
IP_DilateEnhance and/or fill in divots in black letters and lines.
IP_DocumentBlankPageDetectExamines a rectangle on an image, determining if the page is considered blank, based on the amount of data on the page.
IP_DocumentBlobRemovalLocates and removes large black objects in images such as binder punch holes.
IP_DocumentBorderCropCrops borders of documents.
IP_DocumentDeskewAutomatically detects and removes skew from current 1-bit depth images.
IP_DocumentDespeckleDetects and removes specks from the current image.
IP_DocumentDilateExamines pixels in the current image and expands the black ones by a given amount in a given direction.
IP_DocumentErodeRemoves the black pixels in the current image by the given amount in the given direction.
IP_DocumentLineRemovalAutomatically detects and removes lines from the current image.
IP_DocumentShearShears current image clockwise or counter-clockwise.
IP_DocumentZoomSmoothReplaces current 1 bit per pixel image with an image whose width and height have been doubled and whose pixels have been smoothed.
IP_EmbossApply emboss effect to image. Emboss makes a selection appear raised or stamped by converting it's fill color to gray and tracing the edges with the original fill color.
IP_EqualizeApply equalize effect to image.
IP_ErodeReduce or erase protrusions from black letters and lines.
IP_FlipFlip image vertically.
IP_GammaLighten or darken image depending on the specified value given.
IP_LoadImageLoad image.
IP_MatrixApply 3x3 Image has had a 3x3 convolution matrix filter added.
IP_MedianApply median effect to image.
IP_MergeMerge image with other loaded images.
IP_MirrorMirror image horizontally.
IP_MosaicApply mosaic effect which clumps pixels into square blocks.
IP_MotionBlurBlur image in the specified direction.
IP_NegativeReplaced image with a negative.
IP_NoiseAdds Noise (pixels with randomly distributed color levels. This helps to blend a selection into the surrounding pixels.
IP_NoneNo image processing was done.
IP_OutlineApply outline effect to image.
IP_ParabolicBrightness is adjusted based on either a convex or concave transform as specified.
IP_PerspectiveImage has had the aspect changed for each row or column of pixels.
IP_PICResizePIC resize.
IP_PinchApply pinch to image which squeezes a selection.
IP_PosterizeApply a specified number of brightness values altered. This is useful for creating special effects, such as large, flat areas in a photograph.
IP_PWarpDistort image to conform to a specified shape.
IP_RemoveDustRemoves specks within color images.
IP_RemoveNoiseRemove noise.
IP_RemoveRedeyeReduces the red reflection displayed in the eyes of people from which a color flash photo image was taken.
IP_RemoveScratchesRemoves scratches within color images along a line.
IP_ReplColorsReplace colors.
IP_ResampleChange image pixel dimensions (and therefore display size).
IP_ResizeResize image.
IP_RGBColorCountGives 3 array sets each containing 256 elements which equate to a count of red, green and blue color intensities of the image.
IP_RippleImage has an undulating patten on a selection, like ripples on the surface of a pond.
IP_Rotate180N/A (Obsolete Setting)
IP_Rotate270N/A (Obsolete Setting)
IP_Rotate90N/A (Obsolete Setting)
IP_RotateAngleRotate image by a specified angle.
IP_SaveImageSave image.
IP_SeparatePerform color separation on image.
IP_SharpenSharpen by focusing blurred regions by increasing the contrast of adjacent pixels.
IP_SharpenExSharpens the current DIB by applying a high pass 3x3 convolution filter selected by the user.
IP_SoftenSoften image edges.
IP_SoftenExSoftens the current DIB by applying a low pass 3x3 convolution filter.
IP_SolarizeA negative and a positive image blended together.
IP_SwirlTransform image from a swirling pattern from the center of the image.
IP_TileBreak image up into a series of tiles, creating an offset between the selection and the original position.
IP_TwistDistort image in a twisting motion.
IP_UnsharpenCombines a noise-cleaning filter with a sharpening filter applied to image.
IP_UnsharpenExSubtracts the low resolution image from a normal resolution image to create a masked image.
IP_ZoomModify image to fit the ImagXpress control.
The above properties provide information specific to this event.
lStatus

The status of the current image.

This will be one or more of the flags specified in the ixSTATUS enumeration.

Remarks

The event handler receives an argument of IPEffect, containing data related to this event.

See Also

ImagXpress Object  | ImagXpress Members  | Image Processing

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback