Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::FlipImageEx Function
C++
__cdecl IMAGE_PROC void FlipImageEx(Image pif DBG_PASS);
#define FlipImage(pif) FlipImageEx( pif DBG_SRC )
Parameters 
Description 
pImage 
Image to flip. DBG_PASS : _nt_ 

This function flips an image top to bottom. This if for building windows compatible images. Internally images are kept in platform-native direction. If an image is created from another source, this might be a method to flip the image top-to-bottom if required.

There has been a warning around flip image for a while, it does its job right now (reversing jpeg images on windows), but not necessarily suited for the masses.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!