ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / MD Component API Reference / MD Component Functions Reference / Image Processing Functions / MED_IP_swap_bytes
In This Topic
    MED_IP_swap_bytes
    In This Topic

    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.