34 #include "SILLYImageContext.h" 35 #ifndef SILLY_OPT_INLINE 37 #include "SILLYImageContext.icpp" 63 size_t len = d_width * depth;
70 for ( y = 0; y < d_height >> 1; y++ )
72 p1 = (d_pixels) + len * y;
73 p2 = (d_pixels) + len * y2;
74 memcpy( tmp, p1, len );
75 memcpy( p1, p2, len );
76 memcpy( p2, tmp, len );
unsigned char byte
Typename for a byte.
bool flipVertically()
Flip pixel ordering.
Simple Image Loading LibrarY namespace.