/*
* Added on 2003/12 by Pierre-Alain Joye (pajoye@pearfr.org)
- * (c) 2003 Pierre-Alain Joye
* */
#define BLEND_COLOR(a, nc, c, cc) \
nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
/*
* Added on 2003/12 by Pierre-Alain Joye (pajoye@pearfr.org)
- * (c) 2003 Pierre-Alain Joye
**/
void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col)
{
/*
* Rotate function Added on 2003/12
* by Pierre-Alain Joye (pajoye@pearfr.org)
- * (c) 2003 Pierre-Alain Joye
**/
/* Begin rotate function */
#ifdef ROTATE_PI
/* Filters function added on 2003/12
* by Pierre-Alain Joye (pajoye@pearfr.org)
- * (c) 2003 Pierre-Alain Joye
**/
/* Begin filters function */
#ifndef HAVE_GET_TRUE_COLOR