ImageGear Professional DLL v18.1 for Windows
MED_IP_swap_bytes
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > MD Component API Reference > MD Component Functions Reference > Image Processing Functions > MED_IP_swap_bytes

Glossary Item Box

This function swaps the 2 bytes of each 16-bit pixel in the image.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI MED_IP_swap_bytes(HIGEAR hIGear);

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR handle of the image.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

Grayscale – 9…16 bpp.

Remarks:

This function can be used to help fix poorly constructed images which have the high and low bytes of each 16-bit grayscale pixel reversed. All pixels in the image are transformed.

©2014. Accusoft Corporation. All Rights Reserved.