#define INVERTY(i,y) ((y) - (i)->eff_y)
imagestruct.h
This is a macro is used when image data is inverted on a platform. (Windows images, the first row of data is the bottom of the image, all Image operations are specified from the top-left as 0,0)
Macros