Description: /************************************************************************** Function Name:* TransposeDIB ()* parameters:* LPSTR lpDIB- point to the source DIB pointer* return value:* BOOL- transpose the successful return TRUE, otherwise returns FALSE.* Note:* This function is used to transpose DIB image, that image x, y coordinate exchange. Function will not change the size of the image,* but the image width will be interchangeable.************************************************************************/
To Search:
File list (Check if you may need any files):
TransposeDIB.cpp