ImageGear for C and C++ on Linux v20.0 - Updated
MED_IP_swap_bytes
API Reference Guide > MD Component API Reference > MD Component Functions Reference > Image Processing Functions > MED_IP_swap_bytes

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.

Is this page helpful?
Yes No
Thanks for your feedback.