php-src/ext/gd/libgd/gd.c

3154 lines
65 KiB
C
Raw Normal View History

#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "gd.h"
#include "gdhelpers.h"
#include "php.h"
#ifdef _MSC_VER
# if _MSC_VER >= 1300
/* in MSVC.NET the these are available but only for __cplusplus and not _MSC_EXTENSIONS */
# ifdef _MSC_EXTENSIONS
# define HAVE_FABSF 1
extern float fabsf(float x);
# define HAVE_FLOORF 1
extern float floorf(float x);
# endif /*MSVC.NET */
# endif /* MSC */
#endif
#ifndef HAVE_FABSF
# define HAVE_FABSF 0
#endif
#ifndef HAVE_FLOORF
# define HAVE_FLOORF 0
#endif
#if HAVE_FABSF == 0
/* float fabsf(float x); */
# define fabsf(x) ((float)(fabs(x)))
#endif
#if HAVE_FLOORF == 0
/* float floorf(float x);*/
#define floorf(x) ((float)(floor(x)))
#endif
#ifdef _OSD_POSIX /* BS2000 uses the EBCDIC char set instead of ASCII */
#define CHARSET_EBCDIC
#define __attribute__(any) /*nothing */
#endif
/*_OSD_POSIX*/
#ifndef CHARSET_EBCDIC
#define ASC(ch) ch
2002-06-06 12:58:25 +00:00
#else /*CHARSET_EBCDIC */
#define ASC(ch) gd_toascii[(unsigned char)ch]
2002-06-06 12:58:25 +00:00
static const unsigned char gd_toascii[256] =
{
/*00 */ 0x00, 0x01, 0x02, 0x03, 0x85, 0x09, 0x86, 0x7f,
2002-06-06 12:58:25 +00:00
0x87, 0x8d, 0x8e, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /*................ */
/*10 */ 0x10, 0x11, 0x12, 0x13, 0x8f, 0x0a, 0x08, 0x97,
2002-06-06 12:58:25 +00:00
0x18, 0x19, 0x9c, 0x9d, 0x1c, 0x1d, 0x1e, 0x1f, /*................ */
/*20 */ 0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b,
2002-06-06 12:58:25 +00:00
0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x05, 0x06, 0x07, /*................ */
/*30 */ 0x90, 0x91, 0x16, 0x93, 0x94, 0x95, 0x96, 0x04,
2002-06-06 12:58:25 +00:00
0x98, 0x99, 0x9a, 0x9b, 0x14, 0x15, 0x9e, 0x1a, /*................ */
/*40 */ 0x20, 0xa0, 0xe2, 0xe4, 0xe0, 0xe1, 0xe3, 0xe5,
2002-06-06 12:58:25 +00:00
0xe7, 0xf1, 0x60, 0x2e, 0x3c, 0x28, 0x2b, 0x7c, /* .........`.<(+| */
/*50 */ 0x26, 0xe9, 0xea, 0xeb, 0xe8, 0xed, 0xee, 0xef,
2002-06-06 12:58:25 +00:00
0xec, 0xdf, 0x21, 0x24, 0x2a, 0x29, 0x3b, 0x9f, /*&.........!$*);. */
/*60 */ 0x2d, 0x2f, 0xc2, 0xc4, 0xc0, 0xc1, 0xc3, 0xc5,
2002-06-06 12:58:25 +00:00
0xc7, 0xd1, 0x5e, 0x2c, 0x25, 0x5f, 0x3e, 0x3f,
/*-/........^,%_>?*/
/*70 */ 0xf8, 0xc9, 0xca, 0xcb, 0xc8, 0xcd, 0xce, 0xcf,
2002-06-06 12:58:25 +00:00
0xcc, 0xa8, 0x3a, 0x23, 0x40, 0x27, 0x3d, 0x22, /*..........:#@'=" */
/*80 */ 0xd8, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
2002-06-06 12:58:25 +00:00
0x68, 0x69, 0xab, 0xbb, 0xf0, 0xfd, 0xfe, 0xb1, /*.abcdefghi...... */
/*90 */ 0xb0, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70,
2002-06-06 12:58:25 +00:00
0x71, 0x72, 0xaa, 0xba, 0xe6, 0xb8, 0xc6, 0xa4, /*.jklmnopqr...... */
/*a0 */ 0xb5, 0xaf, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78,
2002-06-06 12:58:25 +00:00
0x79, 0x7a, 0xa1, 0xbf, 0xd0, 0xdd, 0xde, 0xae, /*..stuvwxyz...... */
/*b0 */ 0xa2, 0xa3, 0xa5, 0xb7, 0xa9, 0xa7, 0xb6, 0xbc,
2002-06-06 12:58:25 +00:00
0xbd, 0xbe, 0xac, 0x5b, 0x5c, 0x5d, 0xb4, 0xd7, /*...........[\].. */
/*c0 */ 0xf9, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
2002-06-06 12:58:25 +00:00
0x48, 0x49, 0xad, 0xf4, 0xf6, 0xf2, 0xf3, 0xf5, /*.ABCDEFGHI...... */
/*d0 */ 0xa6, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f, 0x50,
2002-06-06 12:58:25 +00:00
0x51, 0x52, 0xb9, 0xfb, 0xfc, 0xdb, 0xfa, 0xff, /*.JKLMNOPQR...... */
/*e0 */ 0xd9, 0xf7, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58,
2002-06-06 12:58:25 +00:00
0x59, 0x5a, 0xb2, 0xd4, 0xd6, 0xd2, 0xd3, 0xd5, /*..STUVWXYZ...... */
/*f0 */ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
2002-06-06 12:58:25 +00:00
0x38, 0x39, 0xb3, 0x7b, 0xdc, 0x7d, 0xda, 0x7e /*0123456789.{.}.~ */
};
2002-06-06 12:58:25 +00:00
#endif /*CHARSET_EBCDIC */
extern int gdCosT[];
extern int gdSinT[];
2002-06-06 12:58:25 +00:00
static void gdImageBrushApply (gdImagePtr im, int x, int y);
static void gdImageTileApply (gdImagePtr im, int x, int y);
2002-08-22 16:21:32 +00:00
static int gdFullAlphaBlend(int dst, int src);
static int gdLayerOverlay(int dst, int src);
static int gdAlphaBlendColor(int b1, int b2, int a1, int a2);
static int gdAlphaOverlayColor(int src, int dst, int max);
static int gdImageGetTrueColorPixel(gdImagePtr im, int x, int y);
2002-06-06 12:58:25 +00:00
gdImagePtr
gdImageCreate (int sx, int sy)
{
2002-06-06 12:58:25 +00:00
int i;
gdImagePtr im;
im = (gdImage *) gdMalloc (sizeof (gdImage));
memset (im, 0, sizeof (gdImage));
/* Row-major ever since gd 1.3 */
im->pixels = (unsigned char **) gdMalloc (sizeof (unsigned char *) * sy);
im->polyInts = 0;
im->polyAllocated = 0;
im->brush = 0;
im->tile = 0;
im->style = 0;
for (i = 0; (i < sy); i++)
{
/* Row-major ever since gd 1.3 */
im->pixels[i] = (unsigned char *) gdCalloc (
sx, sizeof (unsigned char));
}
im->sx = sx;
im->sy = sy;
im->colorsTotal = 0;
im->transparent = (-1);
im->interlace = 0;
im->thick = 1;
for (i = 0; (i < gdMaxColors); i++)
{
im->open[i] = 1;
im->red[i] = 0;
im->green[i] = 0;
im->blue[i] = 0;
};
im->trueColor = 0;
im->tpixels = 0;
return im;
}
2002-06-06 12:58:25 +00:00
gdImagePtr
gdImageCreateTrueColor (int sx, int sy)
{
2002-06-06 12:58:25 +00:00
int i;
gdImagePtr im;
im = (gdImage *) gdMalloc (sizeof (gdImage));
memset (im, 0, sizeof (gdImage));
im->tpixels = (int **) gdMalloc (sizeof (int *) * sy);
im->polyInts = 0;
im->polyAllocated = 0;
im->brush = 0;
im->tile = 0;
im->style = 0;
for (i = 0; (i < sy); i++)
{
im->tpixels[i] = (int *) gdCalloc (
sx, sizeof (int));
}
im->sx = sx;
im->sy = sy;
im->transparent = (-1);
im->interlace = 0;
im->trueColor = 1;
/* 2.0.2: alpha blending is now on by default, and saving of alpha is
off by default. This allows font antialiasing to work as expected
on the first try in JPEGs -- quite important -- and also allows
for smaller PNGs when saving of alpha channel is not really
desired, which it usually isn't! */
im->saveAlphaFlag = 0;
im->alphaBlendingFlag = 1;
2002-06-06 12:58:25 +00:00
im->thick = 1;
return im;
}
2002-06-06 12:58:25 +00:00
void
gdImageDestroy (gdImagePtr im)
{
2002-06-06 12:58:25 +00:00
int i;
if (im->pixels)
{
for (i = 0; (i < im->sy); i++)
{
gdFree (im->pixels[i]);
}
gdFree (im->pixels);
}
if (im->tpixels)
{
for (i = 0; (i < im->sy); i++)
{
gdFree (im->tpixels[i]);
}
gdFree (im->tpixels);
}
if (im->polyInts)
{
gdFree (im->polyInts);
}
if (im->style)
{
gdFree (im->style);
}
gdFree (im);
}
2002-06-06 12:58:25 +00:00
int
gdImageColorClosest (gdImagePtr im, int r, int g, int b)
{
2002-06-06 12:58:25 +00:00
return gdImageColorClosestAlpha (im, r, g, b, gdAlphaOpaque);
}
2002-06-06 12:58:25 +00:00
int
gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a)
{
2002-06-06 12:58:25 +00:00
int i;
long rd, gd, bd, ad;
int ct = (-1);
int first = 1;
long mindist = 0;
if (im->trueColor)
{
return gdTrueColorAlpha (r, g, b, a);
}
for (i = 0; (i < (im->colorsTotal)); i++)
{
long dist;
if (im->open[i])
{
continue;
}
rd = (im->red[i] - r);
gd = (im->green[i] - g);
bd = (im->blue[i] - b);
/* gd 2.02: whoops, was - b (thanks to David Marwood) */
ad = (im->blue[i] - a);
2002-06-06 12:58:25 +00:00
dist = rd * rd + gd * gd + bd * bd + ad * ad;
if (first || (dist < mindist))
{
mindist = dist;
ct = i;
first = 0;
}
}
return ct;
}
/* This code is taken from http://www.acm.org/jgt/papers/SmithLyons96/hwb_rgb.html, an article
* on colour conversion to/from RBG and HWB colour systems.
* It has been modified to return the converted value as a * parameter.
*/
#define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;}
#define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
#define HWB_UNDEFINED -1
#define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif
#define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))
#ifndef MAX
#define MAX(a,b) ((a)<(b)?(b):(a))
#endif
#define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c)))
/*
* Theoretically, hue 0 (pure red) is identical to hue 6 in these transforms. Pure
* red always maps to 6 in this implementation. Therefore UNDEFINED can be
* defined as 0 in situations where only unsigned numbers are desired.
*/
2002-06-06 12:58:25 +00:00
typedef struct
{
float R, G, B;
}
RGBType;
typedef struct
{
float H, W, B;
}
HWBType;
static HWBType *
RGB_to_HWB (RGBType RGB, HWBType * HWB)
{
2002-06-06 12:58:25 +00:00
/*
* RGB are each on [0, 1]. W and B are returned on [0, 1] and H is
* returned on [0, 6]. Exception: H is returned UNDEFINED if W == 1 - B.
*/
2002-06-06 12:58:25 +00:00
float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f;
int i;
2002-06-06 12:58:25 +00:00
w = MIN3 (R, G, B);
v = MAX3 (R, G, B);
b = 1 - v;
if (v == w)
RETURN_HWB (HWB_UNDEFINED, w, b);
f = (R == w) ? G - B : ((G == w) ? B - R : R - G);
i = (R == w) ? 3 : ((G == w) ? 5 : 1);
RETURN_HWB (i - f / (v - w), w, b);
}
2002-06-06 12:58:25 +00:00
static float
HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2)
{
2002-06-06 12:58:25 +00:00
RGBType RGB1, RGB2;
HWBType HWB1, HWB2;
float diff;
SETUP_RGB (RGB1, r1, g1, b1);
SETUP_RGB (RGB2, r2, g2, b2);
RGB_to_HWB (RGB1, &HWB1);
RGB_to_HWB (RGB2, &HWB2);
/*
* I made this bit up; it seems to produce OK results, and it is certainly
* more visually correct than the current RGB metric. (PJW)
*/
if ((HWB1.H == HWB_UNDEFINED) || (HWB2.H == HWB_UNDEFINED))
{
2002-08-12 09:58:51 +00:00
diff = 0.0f; /* Undefined hues always match... */
2002-06-06 12:58:25 +00:00
}
else
{
diff = fabsf (HWB1.H - HWB2.H);
2002-08-12 09:58:51 +00:00
if (diff > 3.0f)
2002-06-06 12:58:25 +00:00
{
2002-08-12 09:58:51 +00:00
diff = 6.0f - diff; /* Remember, it's a colour circle */
}
2002-06-06 12:58:25 +00:00
}
2002-06-06 12:58:25 +00:00
diff = diff * diff + (HWB1.W - HWB2.W) * (HWB1.W - HWB2.W) + (HWB1.B - HWB2.B) * (HWB1.B - HWB2.B);
2002-06-06 12:58:25 +00:00
return diff;
}
#if 0
/*
* This is not actually used, but is here for completeness, in case someone wants to
* use the HWB stuff for anything else...
*/
2002-06-06 12:58:25 +00:00
static RGBType *
HWB_to_RGB (HWBType HWB, RGBType * RGB)
{
2002-06-06 12:58:25 +00:00
/*
* H is given on [0, 6] or UNDEFINED. W and B are given on [0, 1].
* RGB are each returned on [0, 1].
*/
float h = HWB.H, w = HWB.W, b = HWB.B, v, n, f;
int i;
v = 1 - b;
if (h == HWB_UNDEFINED)
RETURN_RGB (v, v, v);
i = floor (h);
f = h - i;
if (i & 1)
f = 1 - f; /* if i is odd */
n = w + f * (v - w); /* linear interpolation between w and v */
switch (i)
{
case 6:
case 0:
RETURN_RGB (v, n, w);
case 1:
RETURN_RGB (n, v, w);
case 2:
RETURN_RGB (w, v, n);
case 3:
RETURN_RGB (w, n, v);
case 4:
RETURN_RGB (n, w, v);
case 5:
RETURN_RGB (v, w, n);
}
return RGB;
}
#endif /* 0 */
2002-06-06 12:58:25 +00:00
int
gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b)
{
2002-06-06 12:58:25 +00:00
int i;
/* long rd, gd, bd; */
int ct = (-1);
int first = 1;
float mindist = 0;
if (im->trueColor)
{
return gdTrueColor (r, g, b);
}
for (i = 0; (i < (im->colorsTotal)); i++)
{
float dist;
if (im->open[i])
{
continue;
}
dist = HWB_Diff (im->red[i], im->green[i], im->blue[i], r, g, b);
if (first || (dist < mindist))
{
mindist = dist;
ct = i;
first = 0;
}
}
return ct;
}
2002-06-06 12:58:25 +00:00
int
gdImageColorExact (gdImagePtr im, int r, int g, int b)
{
2002-06-06 12:58:25 +00:00
return gdImageColorExactAlpha (im, r, g, b, gdAlphaOpaque);
}
2002-06-06 12:58:25 +00:00
int
gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a)
{
2002-06-06 12:58:25 +00:00
int i;
if (im->trueColor)
{
return gdTrueColorAlpha (r, g, b, a);
}
for (i = 0; (i < (im->colorsTotal)); i++)
{
if (im->open[i])
{
continue;
}
if ((im->red[i] == r) &&
(im->green[i] == g) &&
(im->blue[i] == b) &&
(im->alpha[i] == a))
{
return i;
}
}
return -1;
}
2002-06-06 12:58:25 +00:00
int
gdImageColorAllocate (gdImagePtr im, int r, int g, int b)
{
2002-06-06 12:58:25 +00:00
return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque);
}
2002-06-06 12:58:25 +00:00
int
gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a)
{
2002-06-06 12:58:25 +00:00
int i;
int ct = (-1);
if (im->trueColor)
{
return gdTrueColorAlpha (r, g, b, a);
}
for (i = 0; (i < (im->colorsTotal)); i++)
{
if (im->open[i])
{
ct = i;
break;
}
}
if (ct == (-1))
{
ct = im->colorsTotal;
if (ct == gdMaxColors)
{
return -1;
}
im->colorsTotal++;
}
im->red[ct] = r;
im->green[ct] = g;
im->blue[ct] = b;
im->alpha[ct] = a;
im->open[ct] = 0;
return ct;
}
/*
* gdImageColorResolve is an alternative for the code fragment:
*
* if ((color=gdImageColorExact(im,R,G,B)) < 0)
* if ((color=gdImageColorAllocate(im,R,G,B)) < 0)
* color=gdImageColorClosest(im,R,G,B);
*
* in a single function. Its advantage is that it is guaranteed to
* return a color index in one search over the color table.
*/
2002-06-06 12:58:25 +00:00
int
gdImageColorResolve (gdImagePtr im, int r, int g, int b)
{
2002-06-06 12:58:25 +00:00
return gdImageColorResolveAlpha (im, r, g, b, gdAlphaOpaque);
}
2002-06-06 12:58:25 +00:00
int
gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a)
{
2002-06-06 12:58:25 +00:00
int c;
int ct = -1;
int op = -1;
long rd, gd, bd, ad, dist;
long mindist = 4 * 255 * 255; /* init to max poss dist */
if (im->trueColor)
{
return gdTrueColorAlpha (r, g, b, a);
}
for (c = 0; c < im->colorsTotal; c++)
{
if (im->open[c])
{
op = c; /* Save open slot */
continue; /* Color not in use */
}
if (c == im->transparent)
{
/* don't ever resolve to the color that has
* been designated as the transparent color */
continue;
}
2002-06-06 12:58:25 +00:00
rd = (long) (im->red[c] - r);
gd = (long) (im->green[c] - g);
bd = (long) (im->blue[c] - b);
ad = (long) (im->alpha[c] - a);
dist = rd * rd + gd * gd + bd * bd + ad * ad;
if (dist < mindist)
{
if (dist == 0)
{
return c; /* Return exact match color */
}
mindist = dist;
ct = c;
}
}
/* no exact match. We now know closest, but first try to allocate exact */
if (op == -1)
{
op = im->colorsTotal;
if (op == gdMaxColors)
{ /* No room for more colors */
return ct; /* Return closest available color */
}
im->colorsTotal++;
}
im->red[op] = r;
im->green[op] = g;
im->blue[op] = b;
im->alpha[op] = a;
im->open[op] = 0;
return op; /* Return newly allocated color */
}
2002-06-06 12:58:25 +00:00
void
gdImageColorDeallocate (gdImagePtr im, int color)
{
2002-06-06 12:58:25 +00:00
if (im->trueColor)
{
return;
}
/* Mark it open. */
im->open[color] = 1;
}
2002-06-06 12:58:25 +00:00
void
gdImageColorTransparent (gdImagePtr im, int color)
{
2002-06-06 12:58:25 +00:00
if (!im->trueColor)
{
if (im->transparent != -1)
{
im->alpha[im->transparent] = gdAlphaOpaque;
}
if (color != -1)
{
im->alpha[color] = gdAlphaTransparent;
}
}
im->transparent = color;
}
2002-06-06 12:58:25 +00:00
void
gdImagePaletteCopy (gdImagePtr to, gdImagePtr from)
{
2002-06-06 12:58:25 +00:00
int i;
int x, y, p;
int xlate[256];
if (to->trueColor)
{
return;
}
if (from->trueColor)
{
return;
}
for (i = 0; i < 256; i++)
{
xlate[i] = -1;
};
for (x = 0; x < (to->sx); x++)
{
for (y = 0; y < (to->sy); y++)
{
p = gdImageGetPixel (to, x, y);
if (xlate[p] == -1)
{
/* This ought to use HWB, but we don't have an alpha-aware
version of that yet. */
xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]);
/*printf("Mapping %d (%d, %d, %d, %d) to %d (%d, %d, %d, %d)\n", */
/* p, to->red[p], to->green[p], to->blue[p], to->alpha[p], */
/* xlate[p], from->red[xlate[p]], from->green[xlate[p]], from->blue[xlate[p]], from->alpha[xlate[p]]); */
};
gdImageSetPixel (to, x, y, xlate[p]);
};
2002-06-06 12:58:25 +00:00
};
2002-06-06 12:58:25 +00:00
for (i = 0; (i < (from->colorsTotal)); i++)
{
/*printf("Copying color %d (%d, %d, %d, %d)\n", i, from->red[i], from->blue[i], from->green[i], from->alpha[i]); */
to->red[i] = from->red[i];
to->blue[i] = from->blue[i];
to->green[i] = from->green[i];
to->alpha[i] = from->alpha[i];
to->open[i] = 0;
};
2002-06-06 12:58:25 +00:00
for (i = from->colorsTotal; (i < to->colorsTotal); i++)
{
to->open[i] = 1;
};
2002-06-06 12:58:25 +00:00
to->colorsTotal = from->colorsTotal;
}
2002-06-06 12:58:25 +00:00
void
gdImageSetPixel (gdImagePtr im, int x, int y, int color)
{
2002-06-06 12:58:25 +00:00
int p;
switch (color)
{
case gdStyled:
if (!im->style)
{
/* Refuse to draw if no style is set. */
return;
}
else
{
p = im->style[im->stylePos++];
}
if (p != (gdTransparent))
{
gdImageSetPixel (im, x, y, p);
}
im->stylePos = im->stylePos % im->styleLength;
break;
case gdStyledBrushed:
if (!im->style)
{
/* Refuse to draw if no style is set. */
return;
}
p = im->style[im->stylePos++];
if ((p != gdTransparent) && (p != 0))
{
gdImageSetPixel (im, x, y, gdBrushed);
}
im->stylePos = im->stylePos % im->styleLength;
break;
case gdBrushed:
gdImageBrushApply (im, x, y);
break;
case gdTiled:
gdImageTileApply (im, x, y);
break;
default:
if (gdImageBoundsSafe (im, x, y)) {
if (im->trueColor) {
switch( im->alphaBlendingFlag )
{
default:
case gdEffectReplace :
im->tpixels[y][x] = color;
break;
case gdEffectAlphaBlend :
im->tpixels[y][x] = gdAlphaBlend(im->tpixels[y][x], color);
break;
case gdEffectNormal :
im->tpixels[y][x] = gdFullAlphaBlend(im->tpixels[y][x], color);
break;
case gdEffectOverlay :
im->tpixels[y][x] = gdLayerOverlay(im->tpixels[y][x], color);
break;
}
} else {
im->pixels[y][x] = color;
2002-06-06 12:58:25 +00:00
}
}
2002-06-06 12:58:25 +00:00
break;
}
}
static int
gdImageGetTrueColorPixel (gdImagePtr im, int x, int y)
{
int p = gdImageGetPixel (im, x, y);
if (!im->trueColor)
{
return gdTrueColorAlpha (im->red[p], im->green[p], im->blue[p],
(im->transparent == p) ? gdAlphaTransparent :
gdAlphaOpaque);
}
else
{
return p;
}
}
2002-06-06 12:58:25 +00:00
static void
gdImageBrushApply (gdImagePtr im, int x, int y)
{
2002-06-06 12:58:25 +00:00
int lx, ly;
int hy;
int hx;
int x1, y1, x2, y2;
int srcx, srcy;
if (!im->brush)
{
return;
}
hy = gdImageSY (im->brush) / 2;
y1 = y - hy;
y2 = y1 + gdImageSY (im->brush);
hx = gdImageSX (im->brush) / 2;
x1 = x - hx;
x2 = x1 + gdImageSX (im->brush);
srcy = 0;
if (im->trueColor)
{
for (ly = y1; (ly < y2); ly++)
{
srcx = 0;
for (lx = x1; (lx < x2); lx++)
{
int p;
p = gdImageGetTrueColorPixel (
im->brush, srcx, srcy);
gdImageSetPixel (im, lx, ly,
p);
srcx++;
}
srcy++;
}
}
else
{
for (ly = y1; (ly < y2); ly++)
{
srcx = 0;
for (lx = x1; (lx < x2); lx++)
{
int p;
p = gdImageGetPixel (im->brush, srcx, srcy);
/* Allow for non-square brushes! */
if (p != gdImageGetTransparent (im->brush))
{
/* Truecolor brush. Very slow
on a palette destination. */
if (im->brush->trueColor)
{
gdImageSetPixel (im, lx, ly,
gdImageColorResolveAlpha (
im,
gdTrueColorGetRed (p),
gdTrueColorGetGreen (p),
gdTrueColorGetBlue (p),
gdTrueColorGetAlpha (p)));
}
else
{
gdImageSetPixel (im, lx, ly,
im->brushColorMap[p]);
}
}
srcx++;
}
srcy++;
}
}
}
2002-06-06 12:58:25 +00:00
static void
gdImageTileApply (gdImagePtr im, int x, int y)
{
2002-06-06 12:58:25 +00:00
int srcx, srcy;
int p;
if (!im->tile)
{
return;
}
srcx = x % gdImageSX (im->tile);
srcy = y % gdImageSY (im->tile);
if (im->trueColor)
{
p = gdImageGetTrueColorPixel (im->tile, srcx, srcy);
gdImageSetPixel (im, x, y, p);
}
else
{
p = gdImageGetPixel(im->tile, srcx, srcy);
/* Allow for transparency */
if (p != gdImageGetTransparent (im->tile))
{
if (im->tile->trueColor)
{
/* Truecolor tile. Very slow
on a palette destination. */
gdImageSetPixel (im, x, y,
gdImageColorResolveAlpha (
im,
gdTrueColorGetRed (p),
gdTrueColorGetGreen (p),
gdTrueColorGetBlue (p),
gdTrueColorGetAlpha (p)));
}
else
{
gdImageSetPixel (im, x, y,
im->tileColorMap[p]);
}
}
}
}
2002-06-06 12:58:25 +00:00
int
gdImageGetPixel (gdImagePtr im, int x, int y)
{
2002-06-06 12:58:25 +00:00
if (gdImageBoundsSafe (im, x, y))
{
if (im->trueColor)
{
return im->tpixels[y][x];
}
else
{
return im->pixels[y][x];
}
}
else
{
return 0;
}
}
/* Bresenham as presented in Foley & Van Dam */
2002-06-06 12:58:25 +00:00
void
gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color)
{
2002-06-06 12:58:25 +00:00
int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag;
int wid;
int w, wstart;
int thick = im->thick;
dx = abs (x2 - x1);
dy = abs (y2 - y1);
if (dy <= dx)
{
/* More-or-less horizontal. use wid for vertical stroke */
wid = (int)(thick * cos (atan2 (dy, dx)));
2002-06-06 12:58:25 +00:00
if (wid == 0)
wid = 1;
d = 2 * dy - dx;
incr1 = 2 * dy;
incr2 = 2 * (dy - dx);
if (x1 > x2)
{
x = x2;
y = y2;
ydirflag = (-1);
xend = x1;
}
else
{
x = x1;
y = y1;
ydirflag = 1;
xend = x2;
}
/* Set up line thickness */
wstart = y - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, x, w, color);
if (((y2 - y1) * ydirflag) > 0)
{
while (x < xend)
{
x++;
if (d < 0)
{
d += incr1;
}
else
{
y++;
d += incr2;
}
wstart = y - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, x, w, color);
}
}
else
{
while (x < xend)
{
x++;
if (d < 0)
{
d += incr1;
}
else
{
y--;
d += incr2;
}
wstart = y - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, x, w, color);
}
}
}
else
{
/* More-or-less vertical. use wid for horizontal stroke */
wid = (int)(thick * sin (atan2 (dy, dx)));
2002-06-06 12:58:25 +00:00
if (wid == 0)
wid = 1;
d = 2 * dx - dy;
incr1 = 2 * dx;
incr2 = 2 * (dx - dy);
if (y1 > y2)
{
y = y2;
x = x2;
yend = y1;
xdirflag = (-1);
}
else
{
y = y1;
x = x1;
yend = y2;
xdirflag = 1;
}
/* Set up line thickness */
wstart = x - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, w, y, color);
if (((x2 - x1) * xdirflag) > 0)
{
while (y < yend)
{
y++;
if (d < 0)
{
d += incr1;
}
else
{
x++;
d += incr2;
}
wstart = x - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, w, y, color);
}
}
else
{
while (y < yend)
{
y++;
if (d < 0)
{
d += incr1;
}
else
{
x--;
d += incr2;
}
wstart = x - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, w, y, color);
}
}
}
}
2002-06-06 12:58:25 +00:00
static void dashedSet (gdImagePtr im, int x, int y, int color,
int *onP, int *dashStepP, int wid, int vert);
2002-06-06 12:58:25 +00:00
void
gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color)
{
2002-06-06 12:58:25 +00:00
int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag;
int dashStep = 0;
int on = 1;
int wid;
int vert;
2002-06-06 12:58:25 +00:00
int thick = im->thick;
dx = abs (x2 - x1);
dy = abs (y2 - y1);
if (dy <= dx)
{
/* More-or-less horizontal. use wid for vertical stroke */
wid = (int)(thick * sin (atan2 (dy, dx)));
2002-06-06 12:58:25 +00:00
vert = 1;
d = 2 * dy - dx;
incr1 = 2 * dy;
incr2 = 2 * (dy - dx);
if (x1 > x2)
{
x = x2;
y = y2;
ydirflag = (-1);
xend = x1;
}
else
{
x = x1;
y = y1;
ydirflag = 1;
xend = x2;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
if (((y2 - y1) * ydirflag) > 0)
{
while (x < xend)
{
x++;
if (d < 0)
{
d += incr1;
}
else
{
y++;
d += incr2;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
}
}
else
{
while (x < xend)
{
x++;
if (d < 0)
{
d += incr1;
}
else
{
y--;
d += incr2;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
}
}
}
else
{
/* More-or-less vertical. use wid for horizontal stroke */
wid = (int)(thick * sin (atan2 (dy, dx)));
2002-06-06 12:58:25 +00:00
vert = 0;
d = 2 * dx - dy;
incr1 = 2 * dx;
incr2 = 2 * (dx - dy);
if (y1 > y2)
{
y = y2;
x = x2;
yend = y1;
xdirflag = (-1);
}
else
{
y = y1;
x = x1;
yend = y2;
xdirflag = 1;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
if (((x2 - x1) * xdirflag) > 0)
{
while (y < yend)
{
y++;
if (d < 0)
{
d += incr1;
}
else
{
x++;
d += incr2;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
}
}
else
{
while (y < yend)
{
y++;
if (d < 0)
{
d += incr1;
}
else
{
x--;
d += incr2;
}
dashedSet (im, x, y, color, &on, &dashStep, wid, vert);
}
}
}
}
2002-06-06 12:58:25 +00:00
static void
dashedSet (gdImagePtr im, int x, int y, int color,
int *onP, int *dashStepP, int wid, int vert)
{
2002-06-06 12:58:25 +00:00
int dashStep = *dashStepP;
int on = *onP;
int w, wstart;
dashStep++;
if (dashStep == gdDashSize)
{
dashStep = 0;
on = !on;
}
if (on)
{
if (vert)
{
wstart = y - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, x, w, color);
}
else
{
wstart = x - wid / 2;
for (w = wstart; w < wstart + wid; w++)
gdImageSetPixel (im, w, y, color);
}
}
*dashStepP = dashStep;
*onP = on;
}
2002-06-06 12:58:25 +00:00
int
gdImageBoundsSafe (gdImagePtr im, int x, int y)
{
2002-06-06 12:58:25 +00:00
return (!(((y < 0) || (y >= im->sy)) ||
((x < 0) || (x >= im->sx))));
}
2002-06-06 12:58:25 +00:00
void
gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y,
int c, int color)
{
2002-06-06 12:58:25 +00:00
int cx, cy;
int px, py;
int fline;
cx = 0;
cy = 0;
#ifdef CHARSET_EBCDIC
2002-06-06 12:58:25 +00:00
c = ASC (c);
#endif /*CHARSET_EBCDIC */
if ((c < f->offset) || (c >= (f->offset + f->nchars)))
{
return;
}
fline = (c - f->offset) * f->h * f->w;
for (py = y; (py < (y + f->h)); py++)
{
for (px = x; (px < (x + f->w)); px++)
{
if (f->data[fline + cy * f->w + cx])
{
gdImageSetPixel (im, px, py, color);
}
cx++;
}
cx = 0;
cy++;
}
}
2002-06-06 12:58:25 +00:00
void
gdImageCharUp (gdImagePtr im, gdFontPtr f,
int x, int y, int c, int color)
{
2002-06-06 12:58:25 +00:00
int cx, cy;
int px, py;
int fline;
cx = 0;
cy = 0;
#ifdef CHARSET_EBCDIC
2002-06-06 12:58:25 +00:00
c = ASC (c);
#endif /*CHARSET_EBCDIC */
if ((c < f->offset) || (c >= (f->offset + f->nchars)))
{
return;
}
fline = (c - f->offset) * f->h * f->w;
for (py = y; (py > (y - f->w)); py--)
{
for (px = x; (px < (x + f->h)); px++)
{
if (f->data[fline + cy * f->w + cx])
{
gdImageSetPixel (im, px, py, color);
}
cy++;
}
cy = 0;
cx++;
}
}
2002-06-06 12:58:25 +00:00
void
gdImageString (gdImagePtr im, gdFontPtr f,
int x, int y, unsigned char *s, int color)
{
2002-06-06 12:58:25 +00:00
int i;
int l;
l = strlen ((char *) s);
for (i = 0; (i < l); i++)
{
gdImageChar (im, f, x, y, s[i], color);
x += f->w;
}
}
2002-06-06 12:58:25 +00:00
void
gdImageStringUp (gdImagePtr im, gdFontPtr f,
int x, int y, unsigned char *s, int color)
{
2002-06-06 12:58:25 +00:00
int i;
int l;
l = strlen ((char *) s);
for (i = 0; (i < l); i++)
{
gdImageCharUp (im, f, x, y, s[i], color);
y -= f->w;
}
}
2002-06-06 12:58:25 +00:00
static int strlen16 (unsigned short *s);
2002-06-06 12:58:25 +00:00
void
gdImageString16 (gdImagePtr im, gdFontPtr f,
int x, int y, unsigned short *s, int color)
{
2002-06-06 12:58:25 +00:00
int i;
int l;
l = strlen16 (s);
for (i = 0; (i < l); i++)
{
gdImageChar (im, f, x, y, s[i], color);
x += f->w;
}
}
2002-06-06 12:58:25 +00:00
void
gdImageStringUp16 (gdImagePtr im, gdFontPtr f,
int x, int y, unsigned short *s, int color)
{
2002-06-06 12:58:25 +00:00
int i;
int l;
l = strlen16 (s);
for (i = 0; (i < l); i++)
{
gdImageCharUp (im, f, x, y, s[i], color);
y -= f->w;
}
}
2002-06-06 12:58:25 +00:00
static int
strlen16 (unsigned short *s)
{
2002-06-06 12:58:25 +00:00
int len = 0;
while (*s)
{
s++;
len++;
}
return len;
}
#ifndef HAVE_LSQRT
/* If you don't have a nice square root function for longs, you can use
** this hack
*/
2002-06-06 12:58:25 +00:00
long
lsqrt (long n)
{
2002-06-06 12:58:25 +00:00
long result = (long) sqrt ((double) n);
return result;
}
#endif
/* s and e are integers modulo 360 (degrees), with 0 degrees
being the rightmost extreme and degrees changing clockwise.
cx and cy are the center in pixels; w and h are the horizontal
and vertical diameter in pixels. Nice interface, but slow.
See gd_arc_f_buggy.c for a better version that doesn't
seem to be bug-free yet. */
2002-06-06 12:58:25 +00:00
void
gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color)
{
2002-06-06 12:58:25 +00:00
gdImageFilledArc (im, cx, cy, w, h, s, e, color, gdNoFill);
}
2002-06-06 12:58:25 +00:00
void
gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style)
{
2002-06-06 12:58:25 +00:00
gdPoint pts[3];
int i;
int lx = 0, ly = 0;
int fx = 0, fy = 0;
2002-06-06 12:58:25 +00:00
int w2, h2;
w2 = w / 2;
h2 = h / 2;
while (e < s)
{
e += 360;
}
for (i = s; (i <= e); i++)
{
int x, y;
x = ((long) gdCosT[i % 360] * (long) w2 / 1024) + cx;
y = ((long) gdSinT[i % 360] * (long) h2 / 1024) + cy;
if (i != s)
{
if (!(style & gdChord))
{
if (style & gdNoFill)
{
gdImageLine (im, lx, ly, x, y, color);
}
else
{
/* This is expensive! */
pts[0].x = lx;
pts[0].y = ly;
pts[1].x = x;
pts[1].y = y;
pts[2].x = cx;
pts[2].y = cy;
gdImageFilledPolygon (im, pts, 3, color);
}
}
}
else
{
fx = x;
fy = y;
}
lx = x;
ly = y;
}
if (style & gdChord)
{
if (style & gdNoFill)
{
if (style & gdEdged)
{
gdImageLine (im, cx, cy, lx, ly, color);
gdImageLine (im, cx, cy, fx, fy, color);
}
gdImageLine (im, fx, fy, lx, ly, color);
}
else
{
pts[0].x = fx;
pts[0].y = fy;
pts[1].x = lx;
pts[1].y = ly;
pts[2].x = cx;
pts[2].y = cy;
gdImageFilledPolygon (im, pts, 3, color);
}
}
else
{
if (style & gdNoFill)
{
if (style & gdEdged)
{
gdImageLine (im, cx, cy, lx, ly, color);
gdImageLine (im, cx, cy, fx, fy, color);
}
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int w, int h, int color)
{
2002-06-06 12:58:25 +00:00
gdImageFilledArc (im, cx, cy, w, h, 0, 360, color, gdPie);
}
2002-06-06 12:58:25 +00:00
void
gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color)
{
2002-06-06 12:58:25 +00:00
int lastBorder;
/* Seek left */
int leftLimit, rightLimit;
int i;
leftLimit = (-1);
if (border < 0)
{
/* Refuse to fill to a non-solid border */
return;
}
for (i = x; (i >= 0); i--)
{
if (gdImageGetPixel (im, i, y) == border)
{
break;
}
gdImageSetPixel (im, i, y, color);
leftLimit = i;
}
if (leftLimit == (-1))
{
return;
}
/* Seek right */
rightLimit = x;
for (i = (x + 1); (i < im->sx); i++)
{
if (gdImageGetPixel (im, i, y) == border)
{
break;
}
gdImageSetPixel (im, i, y, color);
rightLimit = i;
}
/* Look at lines above and below and start paints */
/* Above */
if (y > 0)
{
lastBorder = 1;
for (i = leftLimit; (i <= rightLimit); i++)
{
int c;
c = gdImageGetPixel (im, i, y - 1);
if (lastBorder)
{
if ((c != border) && (c != color))
{
gdImageFillToBorder (im, i, y - 1,
border, color);
lastBorder = 0;
}
}
else if ((c == border) || (c == color))
{
lastBorder = 1;
}
}
}
/* Below */
if (y < ((im->sy) - 1))
{
lastBorder = 1;
for (i = leftLimit; (i <= rightLimit); i++)
{
int c;
c = gdImageGetPixel (im, i, y + 1);
if (lastBorder)
{
if ((c != border) && (c != color))
{
gdImageFillToBorder (im, i, y + 1,
border, color);
lastBorder = 0;
}
}
else if ((c == border) || (c == color))
{
lastBorder = 1;
}
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageFill (gdImagePtr im, int x, int y, int color)
{
2002-06-06 12:58:25 +00:00
int lastBorder;
int old;
int leftLimit, rightLimit;
int i;
2002-09-29 14:45:57 +00:00
if (x >= im->sx) {
x = im->sx - 1;
}
if (y >= im->sy) {
y = im->sy - 1;
}
2002-06-06 12:58:25 +00:00
old = gdImageGetPixel (im, x, y);
if (color == gdTiled)
{
/* Tile fill -- got to watch out! */
int p, tileColor;
int srcx, srcy;
if (!im->tile)
{
return;
}
/* Refuse to flood-fill with a transparent pattern --
I can't do it without allocating another image */
if (gdImageGetTransparent (im->tile) != (-1))
{
return;
}
srcx = x % gdImageSX (im->tile);
srcy = y % gdImageSY (im->tile);
p = gdImageGetPixel (im->tile, srcx, srcy);
if (im->trueColor)
{
tileColor = p;
}
else
{
if (im->tile->trueColor)
{
tileColor = gdImageColorResolveAlpha (im,
gdTrueColorGetRed (p),
gdTrueColorGetGreen (p),
gdTrueColorGetBlue (p),
gdTrueColorGetAlpha (p));
}
else
{
tileColor = im->tileColorMap[p];
}
}
if (old == tileColor)
{
/* Nothing to be done */
return;
}
}
else
{
if (old == color)
{
/* Nothing to be done */
return;
}
}
/* Seek left */
leftLimit = (-1);
for (i = x; (i >= 0); i--)
{
if (gdImageGetPixel (im, i, y) != old)
{
break;
}
gdImageSetPixel (im, i, y, color);
leftLimit = i;
}
if (leftLimit == (-1))
{
return;
}
/* Seek right */
rightLimit = x;
for (i = (x + 1); (i < im->sx); i++)
{
if (gdImageGetPixel (im, i, y) != old)
{
break;
}
gdImageSetPixel (im, i, y, color);
rightLimit = i;
}
/* Look at lines above and below and start paints */
/* Above */
if (y > 0)
{
lastBorder = 1;
for (i = leftLimit; (i <= rightLimit); i++)
{
int c;
c = gdImageGetPixel (im, i, y - 1);
if (lastBorder)
{
if (c == old)
{
gdImageFill (im, i, y - 1, color);
lastBorder = 0;
}
}
else if (c != old)
{
lastBorder = 1;
}
}
}
/* Below */
if (y < ((im->sy) - 1))
{
lastBorder = 1;
for (i = leftLimit; (i <= rightLimit); i++)
{
int c;
c = gdImageGetPixel (im, i, y + 1);
if (lastBorder)
{
if (c == old)
{
gdImageFill (im, i, y + 1, color);
lastBorder = 0;
}
}
else if (c != old)
{
lastBorder = 1;
}
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color)
{
2002-06-06 12:58:25 +00:00
int x1h = x1, x1v = x1, y1h = y1, y1v = y1, x2h = x2, x2v = x2, y2h = y2,
y2v = y2;
int thick = im->thick;
if (thick > 1)
{
int half = thick / 2;
int half1 = thick - half;
if (y1 < y2)
{
y1v = y1h - half;
y2v = y2h + half1 - 1;
}
else
{
y1v = y1h + half1 - 1;
y2v = y2h - half;
}
}
gdImageLine (im, x1h, y1h, x2h, y1h, color);
gdImageLine (im, x1h, y2h, x2h, y2h, color);
gdImageLine (im, x1v, y1v, x1v, y2v, color);
gdImageLine (im, x2v, y1v, x2v, y2v, color);
}
2002-06-06 12:58:25 +00:00
void
gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color)
{
2002-06-06 12:58:25 +00:00
int x, y;
for (y = y1; (y <= y2); y++)
{
for (x = x1; (x <= x2); x++)
{
gdImageSetPixel (im, x, y, color);
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h)
{
2002-06-06 12:58:25 +00:00
int c;
int x, y;
int tox, toy;
int i;
int colorMap[gdMaxColors];
if (dst->trueColor)
{
/* 2.0: much easier when the destination is truecolor. */
if (src->trueColor) {
for (y = 0; (y < h); y++)
{
for (x = 0; (x < w); x++)
{
int c = gdImageGetTrueColorPixel (src, srcX + x,
srcY + y);
gdImageSetPixel (dst,
dstX + x,
dstY + y,
c);
}
}
2002-06-06 12:58:25 +00:00
}
else {
/* source is palette based */
2002-06-06 12:58:25 +00:00
for (y = 0; (y < h); y++)
{
for (x = 0; (x < w); x++)
{
int c = gdImageGetPixel (src, srcX + x,
srcY + y);
if (c != src->transparent)
{
gdImageSetPixel (dst,
dstX + x,
dstY + y,
gdTrueColor(src->red[c], src->green[c], src->blue[c]));
}
}
2002-06-06 12:58:25 +00:00
}
}
return;
}
2002-10-06 06:47:53 +00:00
/* Destination is palette based */
if (src->trueColor) { /* But source is truecolor (Ouch!) */
toy = dstY;
2002-10-06 06:47:53 +00:00
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;
for (x = srcX; (x < (srcX + w)); x++)
{
int nc;
c = gdImageGetPixel (src, x, y);
/* Get best match possible. */
nc = gdImageColorResolveAlpha (
dst,
gdTrueColorGetRed(c),
gdTrueColorGetGreen(c),
gdTrueColorGetBlue(c),
gdTrueColorGetAlpha(c));
gdImageSetPixel (dst, tox, toy, nc);
tox++;
}
toy++;
}
return;
}
/* Palette based to palette based */
2002-06-06 12:58:25 +00:00
for (i = 0; (i < gdMaxColors); i++)
{
colorMap[i] = (-1);
}
toy = dstY;
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;
for (x = srcX; (x < (srcX + w)); x++)
{
int nc;
c = gdImageGetPixel (src, x, y);
/* Added 7/24/95: support transparent copies */
if (gdImageGetTransparent (src) == c)
{
tox++;
continue;
}
/* Have we established a mapping for this color? */
if (colorMap[c] == (-1))
{
/* If it's the same image, mapping is trivial */
if (dst == src)
{
nc = c;
}
else
{
/* Get best match possible. This
function never returns error. */
nc = gdImageColorResolveAlpha (
dst,
src->red[c], src->green[c],
src->blue[c], src->alpha[c]);
}
colorMap[c] = nc;
}
gdImageSetPixel (dst, tox, toy, colorMap[c]);
tox++;
}
toy++;
}
}
/* This function is a substitute for real alpha channel operations,
so it doesn't pay attention to the alpha channel. */
2002-06-06 12:58:25 +00:00
void
gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct)
{
2002-06-06 12:58:25 +00:00
int c, dc;
int x, y;
int tox, toy;
int ncR, ncG, ncB;
toy = dstY;
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;
for (x = srcX; (x < (srcX + w)); x++)
{
int nc;
c = gdImageGetPixel (src, x, y);
/* Added 7/24/95: support transparent copies */
if (gdImageGetTransparent (src) == c)
{
tox++;
continue;
}
/* If it's the same image, mapping is trivial */
if (dst == src)
{
nc = c;
}
else
{
dc = gdImageGetPixel (dst, tox, toy);
ncR = (int)( gdImageRed (src, c) * (pct / 100.0f)
+ gdImageRed (dst, dc) * ((100 - pct) / 100.0f));
ncG = (int)( gdImageGreen (src, c) * (pct / 100.0f)
+ gdImageGreen (dst, dc) * ((100 - pct) / 100.0f));
ncB = (int)( gdImageBlue (src, c) * (pct / 100.0f)
+ gdImageBlue (dst, dc) * ((100 - pct) / 100.0f));
2002-06-06 12:58:25 +00:00
/* Find a reasonable color */
nc = gdImageColorResolve (dst, ncR, ncG, ncB);
}
gdImageSetPixel (dst, tox, toy, nc);
tox++;
}
toy++;
}
}
/* This function is a substitute for real alpha channel operations,
so it doesn't pay attention to the alpha channel. */
2002-06-06 12:58:25 +00:00
void
gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct)
{
2002-06-06 12:58:25 +00:00
int c, dc;
int x, y;
int tox, toy;
int ncR, ncG, ncB;
float g;
toy = dstY;
for (y = srcY; (y < (srcY + h)); y++)
{
tox = dstX;
for (x = srcX; (x < (srcX + w)); x++)
{
int nc;
c = gdImageGetPixel (src, x, y);
/* Added 7/24/95: support transparent copies */
if (gdImageGetTransparent (src) == c)
{
tox++;
continue;
}
/* If it's the same image, mapping is trivial */
if (dst == src)
{
nc = c;
}
else
{
dc = gdImageGetPixel (dst, tox, toy);
g = 0.29900f * dst->red[dc]
+ 0.58700f * dst->green[dc]
+ 0.11400f * dst->blue[dc];
ncR = (int)( gdImageRed (src, c) * (pct / 100.0f)
+ gdImageRed (dst, dc) * g * ((100 - pct) / 100.0f));
ncG = (int)( gdImageGreen (src, c) * (pct / 100.0f)
+ gdImageGreen (dst, dc) * g * ((100 - pct) / 100.0f));
ncB = (int)( gdImageBlue (src, c) * (pct / 100.0f)
+ gdImageBlue (dst, dc) * g * ((100 - pct) / 100.0f));
2002-06-06 12:58:25 +00:00
/* First look for an exact match */
nc = gdImageColorExact (dst, ncR, ncG, ncB);
if (nc == (-1))
{
/* No, so try to allocate it */
nc = gdImageColorAllocate (dst, ncR, ncG, ncB);
/* If we're out of colors, go for the
closest color */
if (nc == (-1))
{
nc = gdImageColorClosest (dst, ncR, ncG, ncB);
}
}
}
gdImageSetPixel (dst, tox, toy, nc);
tox++;
}
toy++;
}
}
2002-06-06 12:58:25 +00:00
void
gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
{
2002-06-06 12:58:25 +00:00
int c;
int x, y;
int tox, toy;
int ydest;
int i;
int colorMap[gdMaxColors];
/* Stretch vectors */
int *stx;
int *sty;
/* We only need to use floating point to determine the correct
stretch vector for one line's worth. */
double accum;
stx = (int *) gdMalloc (sizeof (int) * srcW);
sty = (int *) gdMalloc (sizeof (int) * srcH);
accum = 0;
for (i = 0; (i < srcW); i++)
{
int got;
accum += (double) dstW / (double) srcW;
got = (int) floor (accum);
stx[i] = got;
accum -= got;
}
accum = 0;
for (i = 0; (i < srcH); i++)
{
int got;
accum += (double) dstH / (double) srcH;
got = (int) floor (accum);
sty[i] = got;
accum -= got;
}
for (i = 0; (i < gdMaxColors); i++)
{
colorMap[i] = (-1);
}
toy = dstY;
for (y = srcY; (y < (srcY + srcH)); y++)
{
for (ydest = 0; (ydest < sty[y - srcY]); ydest++)
{
tox = dstX;
for (x = srcX; (x < (srcX + srcW)); x++)
{
int nc = 0;
2002-06-06 12:58:25 +00:00
int mapTo;
if (!stx[x - srcX])
{
continue;
}
if (dst->trueColor)
{
mapTo = gdImageGetTrueColorPixel (src, x, y);
/* Added 7/24/95: support transparent copies */
if (gdImageGetTransparent (src) == mapTo)
{
tox++;
continue;
}
}
else
{
c = gdImageGetPixel (src, x, y);
/* Added 7/24/95: support transparent copies */
if (gdImageGetTransparent (src) == c)
{
tox += stx[x - srcX];
continue;
}
if (src->trueColor)
{
/* Remap to the palette available in the
destination image. This is slow and
works badly. */
mapTo = gdImageColorResolveAlpha (dst,
gdTrueColorGetRed (c),
gdTrueColorGetGreen (c),
gdTrueColorGetBlue (c),
gdTrueColorGetAlpha (c));
}
else
{
/* Have we established a mapping for this color? */
if (colorMap[c] == (-1))
{
/* If it's the same image, mapping is trivial */
if (dst == src)
{
nc = c;
}
else
{
/* Find or create the best match */
mapTo = gdImageColorResolveAlpha (dst,
gdTrueColorGetRed (c),
gdTrueColorGetGreen (c),
gdTrueColorGetBlue (c),
gdTrueColorGetAlpha (c));
}
colorMap[c] = nc;
}
2002-06-06 12:58:25 +00:00
mapTo = colorMap[c];
}
}
2002-06-06 12:58:25 +00:00
for (i = 0; (i < stx[x - srcX]); i++)
{
gdImageSetPixel (dst, tox, toy, mapTo);
tox++;
}
}
toy++;
}
2002-06-06 12:58:25 +00:00
}
gdFree (stx);
gdFree (sty);
}
/* When gd 1.x was first created, floating point was to be avoided.
These days it is often faster than table lookups or integer
arithmetic. The routine below is shamelessly, gloriously
floating point. TBB */
2002-06-06 12:58:25 +00:00
void
gdImageCopyResampled (gdImagePtr dst,
gdImagePtr src,
int dstX, int dstY,
int srcX, int srcY,
int dstW, int dstH,
int srcW, int srcH)
{
2002-06-06 12:58:25 +00:00
int x, y;
if (!dst->trueColor)
{
gdImageCopyResized (
dst, src, dstX, dstY, srcX, srcY, dstW, dstH,
srcW, srcH);
return;
}
for (y = dstY; (y < dstY + dstH); y++)
{
for (x = dstX; (x < dstX + dstW); x++)
{
float sy1, sy2, sx1, sx2;
float sx, sy;
2002-08-12 09:58:51 +00:00
float spixels = 0.0f;
float red = 0.0f, green = 0.0f, blue = 0.0f, alpha = 0.0f;
float alpha_factor, alpha_sum = 0.0f, contrib_sum = 0.0f;
2002-08-12 09:58:51 +00:00
sy1 = ((float)(y - dstY)) * (float)srcH /
(float)dstH;
sy2 = ((float)(y + 1 - dstY)) * (float) srcH /
2002-06-06 12:58:25 +00:00
(float) dstH;
sy = sy1;
do
{
float yportion;
if (floorf(sy) == floorf(sy1))
2002-06-06 12:58:25 +00:00
{
yportion = 1.0f - (sy - floorf(sy));
2002-06-06 12:58:25 +00:00
if (yportion > sy2 - sy1)
{
yportion = sy2 - sy1;
}
sy = floorf(sy);
2002-06-06 12:58:25 +00:00
}
else if (sy == floorf(sy2))
2002-06-06 12:58:25 +00:00
{
yportion = sy2 - floorf(sy2);
2002-06-06 12:58:25 +00:00
}
else
{
2002-08-12 09:58:51 +00:00
yportion = 1.0f;
2002-06-06 12:58:25 +00:00
}
2002-08-12 09:58:51 +00:00
sx1 = ((float)(x - dstX)) * (float) srcW /
2002-06-06 12:58:25 +00:00
dstW;
2002-08-12 09:58:51 +00:00
sx2 = ((float)(x + 1 - dstX)) * (float) srcW /
2002-06-06 12:58:25 +00:00
dstW;
sx = sx1;
do
{
float xportion;
float pcontribution;
int p;
if (floorf(sx) == floorf(sx1))
2002-06-06 12:58:25 +00:00
{
2002-08-12 09:58:51 +00:00
xportion = 1.0f - (sx - floorf(sx));
2002-06-06 12:58:25 +00:00
if (xportion > sx2 - sx1)
{
xportion = sx2 - sx1;
}
sx = floorf(sx);
2002-06-06 12:58:25 +00:00
}
else if (sx == floorf(sx2))
2002-06-06 12:58:25 +00:00
{
xportion = sx2 - floorf(sx2);
2002-06-06 12:58:25 +00:00
}
else
{
2002-08-12 09:58:51 +00:00
xportion = 1.0f;
2002-06-06 12:58:25 +00:00
}
pcontribution = xportion * yportion;
p = gdImageGetTrueColorPixel (
src,
(int) sx + srcX,
(int) sy + srcY);
alpha_factor = ((gdAlphaMax - gdTrueColorGetAlpha(p))) * pcontribution;
red += gdTrueColorGetRed (p) * alpha_factor;
green += gdTrueColorGetGreen (p) * alpha_factor;
blue += gdTrueColorGetBlue (p) * alpha_factor;
2002-06-06 12:58:25 +00:00
alpha += gdTrueColorGetAlpha (p) * pcontribution;
alpha_sum += alpha_factor;
contrib_sum += pcontribution;
2002-06-06 12:58:25 +00:00
spixels += xportion * yportion;
2002-08-12 09:58:51 +00:00
sx += 1.0f;
2002-06-06 12:58:25 +00:00
}
while (sx < sx2);
2002-08-12 09:58:51 +00:00
sy += 1.0f;
2002-06-06 12:58:25 +00:00
}
while (sy < sy2);
2002-08-12 09:58:51 +00:00
if (spixels != 0.0f)
2002-06-06 12:58:25 +00:00
{
red /= spixels;
green /= spixels;
blue /= spixels;
alpha /= spixels;
}
if ( alpha_sum != 0.0f)
{
if( contrib_sum != 0.0f ) alpha_sum /= contrib_sum;
red /= alpha_sum;
green /= alpha_sum;
blue /= alpha_sum;
}
2002-06-06 12:58:25 +00:00
/* Clamping to allow for rounding errors above */
2002-08-12 09:58:51 +00:00
if (red > 255.0f)
2002-06-06 12:58:25 +00:00
{
2002-08-12 09:58:51 +00:00
red = 255.0f;
2002-06-06 12:58:25 +00:00
}
2002-08-12 09:58:51 +00:00
if (green > 255.0f)
2002-06-06 12:58:25 +00:00
{
2002-08-12 09:58:51 +00:00
green = 255.0f;
2002-06-06 12:58:25 +00:00
}
2002-08-12 09:58:51 +00:00
if (blue > 255.0f)
2002-06-06 12:58:25 +00:00
{
2002-08-12 09:58:51 +00:00
blue = 255.0f;
2002-06-06 12:58:25 +00:00
}
if (alpha > gdAlphaMax)
{
alpha = gdAlphaMax;
}
gdImageSetPixel (dst,
x, y,
gdTrueColorAlpha ((int) red,
(int) green,
(int) blue,
(int) alpha));
}
}
}
#ifdef ROTATE_PI
#undef ROTATE_PI
#endif /* ROTATE_PI */
#define ROTATE_DEG2RAD 3.1415926535897932384626433832795/180
void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBack)
{
typedef int (*FuncPtr)(gdImagePtr, int, int);
int i, r, g, b, a;
FuncPtr f;
int pxlOldLeft, pxlLeft, pxlSrc;
if (src->trueColor) {
f = gdImageGetTrueColorPixel;
} else {
f = gdImageGetPixel;
}
for (i = 0; i < iOffset; i++) {
gdImageSetPixel (dst, i, uRow, clrBack);
}
if (i < dst->sx) {
gdImageSetPixel (dst, i, uRow, clrBack);
}
pxlOldLeft = clrBack;
for (i = 0; i < src->sx; i++) {
pxlSrc = f (src,i,uRow);
2002-11-12 13:12:58 +00:00
r = (int)(gdImageRed(src,pxlSrc) * dWeight);
g = (int)(gdImageGreen(src,pxlSrc) * dWeight);
b = (int)(gdImageBlue(src,pxlSrc) * dWeight);
a = (int)(gdImageAlpha(src,pxlSrc) * dWeight);
pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a);
if (pxlLeft == -1) {
pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
}
r = gdImageRed(src,pxlSrc) - (gdImageRed(src,pxlLeft) - gdImageRed(src,pxlOldLeft));
g = gdImageGreen(src,pxlSrc) - (gdImageGreen(src,pxlLeft) - gdImageGreen(src,pxlOldLeft));
b = gdImageBlue(src,pxlSrc) - (gdImageBlue(src,pxlLeft) - gdImageBlue(src,pxlOldLeft));
a = gdImageAlpha(src,pxlSrc) - (gdImageAlpha(src,pxlLeft) - gdImageAlpha(src,pxlOldLeft));
if (r>255) {
r = 255;
}
if (g>255) {
g = 255;
}
if(b>255) {
b = 255;
}
if (a>127) {
b = 127;
}
pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a);
if (pxlSrc == -1) {
pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);
}
if ((i + iOffset >= 0) && (i + iOffset < dst->sx)) {
gdImageSetPixel (dst, i+iOffset, uRow, pxlSrc);
}
pxlOldLeft = pxlLeft;
}
i += iOffset;
if (i < dst->sx) {
gdImageSetPixel (dst, i, uRow, pxlLeft);
}
gdImageSetPixel (dst, iOffset, uRow, clrBack);
i--;
while (++i < dst->sx) {
gdImageSetPixel (dst, i, uRow, clrBack);
}
}
void gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBack)
{
typedef int (*FuncPtr)(gdImagePtr, int, int);
2002-11-12 13:12:58 +00:00
int i, iYPos=0, r, g, b, a;
FuncPtr f;
int pxlOldLeft, pxlLeft, pxlSrc;
if (src->trueColor) {
f = gdImageGetTrueColorPixel;
} else {
f = gdImageGetPixel;
}
for (i = 0; i<iOffset; i++) {
gdImageSetPixel (dst, uCol, i, clrBack);
}
pxlOldLeft = clrBack;
for (i = 0; i < src->sy; i++) {
pxlSrc = f (src, uCol, i);
iYPos = i + iOffset;
2002-11-12 13:12:58 +00:00
r = (int)(gdImageRed(src,pxlSrc) * dWeight);
g = (int)(gdImageGreen(src,pxlSrc) * dWeight);
b = (int)(gdImageBlue(src,pxlSrc) * dWeight);
a = (int)(gdImageAlpha(src,pxlSrc) * dWeight);
pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a);
if (pxlLeft == -1) {
pxlLeft = gdImageColorClosestAlpha(src, r, g, b, a);
}
r = gdImageRed(src,pxlSrc) - (gdImageRed(src,pxlLeft) - gdImageRed(src,pxlOldLeft));
g = gdImageGreen(src,pxlSrc) - (gdImageGreen(src,pxlLeft) - gdImageGreen(src,pxlOldLeft));
b = gdImageBlue(src,pxlSrc) - (gdImageBlue(src,pxlLeft) - gdImageBlue(src,pxlOldLeft));
a = gdImageAlpha(src,pxlSrc) - (gdImageAlpha(src,pxlLeft) - gdImageAlpha(src,pxlOldLeft));
if (r>255) {
r = 255;
}
if (g>255) {
g = 255;
}
if(b>255) {
b = 255;
}
if (a>127) {
b = 127;
}
pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a);
if (pxlSrc == -1) {
pxlSrc = gdImageColorClosestAlpha(dst, r, g, b, a);
}
if ((iYPos >= 0) && (iYPos < dst->sy)) {
gdImageSetPixel (dst, uCol, iYPos, pxlSrc);
}
pxlOldLeft = pxlLeft;
}
i = iYPos;
if (i < dst->sy) {
gdImageSetPixel (dst, uCol, i, pxlLeft);
}
i--;
while (++i < dst->sy) {
gdImageSetPixel (dst, uCol, i, clrBack);
}
}
/* Rotates an image by 90 degrees (counter clockwise) */
gdImagePtr gdImageRotate90 (gdImagePtr src)
{
int uY, uX;
int c;
gdImagePtr dst;
typedef int (*FuncPtr)(gdImagePtr, int, int);
FuncPtr f;
if (src->trueColor) {
dst = gdImageCreateTrueColor ( src->sx,src->sy);
f = gdImageGetTrueColorPixel;
} else {
dst = gdImageCreate (src->sx, src->sy);
f = gdImageGetPixel;
}
if (dst != NULL) {
gdImagePaletteCopy (dst, src);
for (uY = 0; uY<src->sy; uY++) {
for (uX = 0; uX<src->sx; uX++) {
c = f (src, uX, uY);
gdImageSetPixel(dst, uY, (dst->sy - uX - 1), c);
}
}
}
return dst;
}
/* Rotates an image by 180 degrees (counter clockwise) */
gdImagePtr gdImageRotate180 (gdImagePtr src)
{
int uY, uX;
int c;
gdImagePtr dst;
typedef int (*FuncPtr)(gdImagePtr, int, int);
FuncPtr f;
if (src->trueColor) {
dst = gdImageCreateTrueColor ( src->sx,src->sy);
f = gdImageGetTrueColorPixel;
} else {
dst = gdImageCreate (src->sx, src->sy);
f = gdImageGetPixel;
}
if (dst != NULL) {
gdImagePaletteCopy (dst, src);
for (uY = 0; uY<src->sy; uY++) {
for (uX = 0; uX<src->sx; uX++) {
c = f (src, uX, uY);
gdImageSetPixel(dst, (dst->sx - uX - 1), (dst->sy - uY - 1), c);
}
}
}
return dst;
}
/* Rotates an image by 270 degrees (counter clockwise) */
gdImagePtr gdImageRotate270 ( gdImagePtr src )
{
int uY, uX;
int c;
gdImagePtr dst;
typedef int (*FuncPtr)(gdImagePtr, int, int);
FuncPtr f;
if (src->trueColor) {
dst = gdImageCreateTrueColor (src->sy, src->sx);
f = gdImageGetTrueColorPixel;
} else {
dst = gdImageCreate (src->sy, src->sx);
f = gdImageGetPixel;
}
if (dst != NULL) {
gdImagePaletteCopy (dst, src);
for (uY = 0; uY<src->sx; uY++) {
for (uX = 0; uX<src->sx; uX++) {
c = f (src, uX, uY);
gdImageSetPixel(dst, (dst->sx - uY - 1), uX, c);
}
}
}
return dst;
}
gdImagePtr gdImageRotate45 (gdImagePtr src, double dAngle, int clrBack)
{
typedef int (*FuncPtr)(gdImagePtr, int, int);
gdImagePtr dst1,dst2,dst3;
FuncPtr f;
double dRadAngle, dSinE, dTan, dShear;
double dOffset; /* Variable skew offset */
int u, iShear, newx, newy;
/* See GEMS I for the algorithm details */
dRadAngle = dAngle * ROTATE_DEG2RAD; /* Angle in radians */
dSinE = sin (dRadAngle);
dTan = tan (dRadAngle / 2.0);
2002-11-12 13:12:58 +00:00
newx = (int)(src->sx + src->sy * fabs(dTan));
newy = src->sy;
/* 1st shear */
if (src->trueColor) {
dst1 = gdImageCreateTrueColor (newx, newy);
f = gdImageGetTrueColorPixel;
} else {
dst1 = gdImageCreate (newx, newy);
f = gdImageGetPixel;
}
/******* Perform 1st shear (horizontal) ******/
if (dst1 == NULL) {
return NULL;
}
if (dAngle == 0.0) {
/* Returns copy of src */
gdImageCopy (dst1, src,0,0,0,0,src->sx,src->sy);
return dst1;
}
gdImagePaletteCopy (dst1, src);
dRadAngle = dAngle * ROTATE_DEG2RAD; /* Angle in radians */
dSinE = sin (dRadAngle);
dTan = tan (dRadAngle / 2.0);
for (u = 0; u < dst1->sy; u++) {
if (dTan >= 0.0) {
dShear = ((double)(u + 0.5)) * dTan;
} else {
dShear = ((double)(u - dst1->sy) + 0.5) * dTan;
}
2002-11-12 13:12:58 +00:00
iShear = (int)floor(dShear);
gdImageSkewX(dst1, src, u, iShear, (dShear - iShear), clrBack);
}
/* 2nd shear */
newx = dst1->sx;
if (dSinE > 0.0) {
dOffset = (src->sx ) * dSinE;
} else {
dOffset = -dSinE * (src->sx - newx);
}
newy = (int) ((double) src->sx * fabs( dSinE ) + (double) src->sy * cos (dRadAngle));
if (src->trueColor) {
dst2 = gdImageCreateTrueColor (newx, newy);
f = gdImageGetTrueColorPixel;
} else {
dst2 = gdImageCreate (newx, newy);
f = gdImageGetPixel;
}
if (dst2 == NULL) {
gdImageDestroy(dst1);
return NULL;
}
for (u = 0; u < dst2->sx; u++, dOffset -= dSinE) {
2002-11-12 13:12:58 +00:00
iShear = (int)floor (dOffset);
gdImageSkewY(dst2, dst1, u, iShear, (dOffset - iShear), clrBack);
}
/* 3rd shear */
gdImageDestroy(dst1);
newx = (int) ((double)src->sy * fabs (dSinE) + (double)src->sx * cos (dRadAngle)) + 1;
newy = dst2->sy;
if (src->trueColor) {
dst3 = gdImageCreateTrueColor (newx, newy);
f = gdImageGetTrueColorPixel;
} else {
dst3 = gdImageCreate (newx, newy);
f = gdImageGetPixel;
}
if (dst3 == NULL) {
gdImageDestroy(dst2);
return NULL;
}
if (dSinE >= 0.0) {
dOffset = (double)(src->sx - 1) * dSinE * -dTan;
} else {
dOffset = dTan * ((double)(src->sx - 1) * -dSinE + (double)(1 - newy));
}
for (u = 0; u < dst3->sy; u++, dOffset += dTan) {
int iShear = (int)floor(dOffset);
gdImageSkewX(dst3, dst2, u, iShear, (dOffset - iShear), clrBack);
}
gdImageDestroy(dst2);
return dst3;
}
gdImagePtr gdImageRotate (gdImagePtr src, double dAngle, int clrBack)
{
gdImagePtr pMidImg;
gdImagePtr rotatedImg;
if (src == NULL) {
return NULL;
}
while (dAngle >= 360.0) {
dAngle -= 360.0;
}
while (dAngle < 0) {
dAngle += 360.0;
}
if (dAngle == 90.00) {
return gdImageRotate90(src);
}
if (dAngle == 180.00) {
return gdImageRotate180(src);
}
if(dAngle == 270.00) {
return gdImageRotate270 ( src);
}
if ((dAngle > 45.0) && (dAngle <= 135.0)) {
pMidImg = gdImageRotate90 (src);
dAngle -= 90.0;
} else if ((dAngle > 135.0) && (dAngle <= 225.0)) {
pMidImg = gdImageRotate180 (src);
dAngle -= 180.0;
} else if ((dAngle > 225.0) && (dAngle <= 315.0)) {
pMidImg = gdImageRotate270 (src);
dAngle -= 270.0;
} else {
return gdImageRotate45 (src, dAngle, clrBack);
}
if (pMidImg == NULL) {
return NULL;
}
rotatedImg = gdImageRotate45 (pMidImg, dAngle, clrBack);
gdImageDestroy(pMidImg);
return rotatedImg;
}
2002-06-06 12:58:25 +00:00
gdImagePtr
gdImageCreateFromXbm (FILE * fd)
{
2002-06-06 12:58:25 +00:00
gdImagePtr im;
int bit;
int w, h;
int bytes;
int ch;
int i, x, y;
char *sp;
char s[161];
if (!fgets (s, 160, fd))
{
return 0;
}
sp = &s[0];
/* Skip #define */
sp = strchr (sp, ' ');
if (!sp)
{
return 0;
}
/* Skip width label */
sp++;
sp = strchr (sp, ' ');
if (!sp)
{
return 0;
}
/* Get width */
w = atoi (sp + 1);
if (!w)
{
return 0;
}
if (!fgets (s, 160, fd))
{
return 0;
}
sp = s;
/* Skip #define */
sp = strchr (sp, ' ');
if (!sp)
{
return 0;
}
/* Skip height label */
sp++;
sp = strchr (sp, ' ');
if (!sp)
{
return 0;
}
/* Get height */
h = atoi (sp + 1);
if (!h)
{
return 0;
}
/* Skip declaration line */
if (!fgets (s, 160, fd))
{
return 0;
}
bytes = (w * h / 8) + 1;
im = gdImageCreate (w, h);
gdImageColorAllocate (im, 255, 255, 255);
gdImageColorAllocate (im, 0, 0, 0);
x = 0;
y = 0;
for (i = 0; (i < bytes); i++)
{
char h[3];
int b;
/* Skip spaces, commas, CRs, 0x */
while (1)
{
ch = getc (fd);
if (ch == EOF)
{
goto fail;
}
if (ch == 'x')
{
break;
}
}
/* Get hex value */
ch = getc (fd);
if (ch == EOF)
{
goto fail;
}
h[0] = ch;
ch = getc (fd);
if (ch == EOF)
{
goto fail;
}
h[1] = ch;
h[2] = '\0';
sscanf (h, "%x", &b);
for (bit = 1; (bit <= 128); (bit = bit << 1))
{
gdImageSetPixel (im, x++, y, (b & bit) ? 1 : 0);
if (x == im->sx)
{
x = 0;
y++;
if (y == im->sy)
{
return im;
}
/* Fix 8/8/95 */
break;
}
}
}
/* Shouldn't happen */
fprintf (stderr, "Error: bug in gdImageCreateFromXbm!\n");
return 0;
fail:
gdImageDestroy (im);
return 0;
}
2002-06-06 12:58:25 +00:00
void
gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c)
{
2002-06-06 12:58:25 +00:00
int i;
int lx, ly;
if (!n)
{
return;
}
lx = p->x;
ly = p->y;
gdImageLine (im, lx, ly, p[n - 1].x, p[n - 1].y, c);
for (i = 1; (i < n); i++)
{
p++;
gdImageLine (im, lx, ly, p->x, p->y, c);
lx = p->x;
ly = p->y;
}
}
2002-06-06 12:58:25 +00:00
int gdCompareInt (const void *a, const void *b);
/* THANKS to Kirsten Schulz for the polygon fixes! */
/* The intersection finding technique of this code could be improved */
/* by remembering the previous intertersection, and by using the slope. */
/* That could help to adjust intersections to produce a nice */
/* interior_extrema. */
2002-06-06 12:58:25 +00:00
void
gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c)
{
2002-06-06 12:58:25 +00:00
int i;
int y;
int miny, maxy;
int x1, y1;
int x2, y2;
int ind1, ind2;
int ints;
if (!n)
{
return;
}
if (!im->polyAllocated)
{
im->polyInts = (int *) gdMalloc (sizeof (int) * n);
im->polyAllocated = n;
}
if (im->polyAllocated < n)
{
while (im->polyAllocated < n)
{
im->polyAllocated *= 2;
}
im->polyInts = (int *) gdRealloc (im->polyInts,
sizeof (int) * im->polyAllocated);
}
miny = p[0].y;
maxy = p[0].y;
for (i = 1; (i < n); i++)
{
if (p[i].y < miny)
{
miny = p[i].y;
}
if (p[i].y > maxy)
{
maxy = p[i].y;
}
}
/* Fix in 1.3: count a vertex only once */
for (y = miny; (y <= maxy); y++)
{
/*1.4 int interLast = 0; */
/* int dirLast = 0; */
/* int interFirst = 1; */
2002-06-06 12:58:25 +00:00
ints = 0;
for (i = 0; (i < n); i++)
{
if (!i)
{
ind1 = n - 1;
ind2 = 0;
}
else
{
ind1 = i - 1;
ind2 = i;
}
y1 = p[ind1].y;
y2 = p[ind2].y;
if (y1 < y2)
{
x1 = p[ind1].x;
x2 = p[ind2].x;
}
else if (y1 > y2)
{
y2 = p[ind1].y;
y1 = p[ind2].y;
x2 = p[ind1].x;
x1 = p[ind2].x;
}
else
{
continue;
}
if ((y >= y1) && (y < y2))
{
im->polyInts[ints++] = (y - y1) * (x2 - x1) / (y2 - y1) + x1;
}
else if ((y == maxy) && (y > y1) && (y <= y2))
{
im->polyInts[ints++] = (y - y1) * (x2 - x1) / (y2 - y1) + x1;
}
}
qsort (im->polyInts, ints, sizeof (int), gdCompareInt);
for (i = 0; (i < (ints)); i += 2)
{
gdImageLine (im, im->polyInts[i], y,
im->polyInts[i + 1], y, c);
}
}
}
2002-06-06 12:58:25 +00:00
int
gdCompareInt (const void *a, const void *b)
{
2002-06-06 12:58:25 +00:00
return (*(const int *) a) - (*(const int *) b);
}
2002-06-06 12:58:25 +00:00
void
gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels)
{
2002-06-06 12:58:25 +00:00
if (im->style)
{
gdFree (im->style);
}
im->style = (int *)
gdMalloc (sizeof (int) * noOfPixels);
memcpy (im->style, style, sizeof (int) * noOfPixels);
im->styleLength = noOfPixels;
im->stylePos = 0;
}
2002-06-06 12:58:25 +00:00
void
gdImageSetThickness (gdImagePtr im, int thickness)
{
2002-06-06 12:58:25 +00:00
im->thick = thickness;
}
2002-06-06 12:58:25 +00:00
void
gdImageSetBrush (gdImagePtr im, gdImagePtr brush)
{
2002-06-06 12:58:25 +00:00
int i;
im->brush = brush;
if ((!im->trueColor) && (!im->brush->trueColor))
{
for (i = 0; (i < gdImageColorsTotal (brush)); i++)
{
int index;
index = gdImageColorResolveAlpha (im,
gdImageRed (brush, i),
gdImageGreen (brush, i),
gdImageBlue (brush, i),
gdImageAlpha (brush, i));
im->brushColorMap[i] = index;
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageSetTile (gdImagePtr im, gdImagePtr tile)
{
2002-06-06 12:58:25 +00:00
int i;
im->tile = tile;
if ((!im->trueColor) && (!im->tile->trueColor))
{
for (i = 0; (i < gdImageColorsTotal (tile)); i++)
{
int index;
index = gdImageColorResolveAlpha (im,
gdImageRed (tile, i),
gdImageGreen (tile, i),
gdImageBlue (tile, i),
gdImageAlpha (tile, i));
im->tileColorMap[i] = index;
}
}
}
2002-06-06 12:58:25 +00:00
void
gdImageInterlace (gdImagePtr im, int interlaceArg)
{
2002-06-06 12:58:25 +00:00
im->interlace = interlaceArg;
}
2002-06-06 12:58:25 +00:00
int
gdImageCompare (gdImagePtr im1, gdImagePtr im2)
{
2002-06-06 12:58:25 +00:00
int x, y;
int p1, p2;
int cmpStatus = 0;
int sx, sy;
if (im1->interlace != im2->interlace)
{
cmpStatus |= GD_CMP_INTERLACE;
}
if (im1->transparent != im2->transparent)
{
cmpStatus |= GD_CMP_TRANSPARENT;
}
if (im1->trueColor != im2->trueColor)
{
cmpStatus |= GD_CMP_TRUECOLOR;
}
sx = im1->sx;
if (im1->sx != im2->sx)
{
cmpStatus |= GD_CMP_SIZE_X + GD_CMP_IMAGE;
if (im2->sx < im1->sx)
{
sx = im2->sx;
}
}
sy = im1->sy;
if (im1->sy != im2->sy)
{
cmpStatus |= GD_CMP_SIZE_Y + GD_CMP_IMAGE;
if (im2->sy < im1->sy)
{
sy = im2->sy;
}
}
if (im1->colorsTotal != im2->colorsTotal)
{
cmpStatus |= GD_CMP_NUM_COLORS;
}
for (y = 0; (y < sy); y++)
{
for (x = 0; (x < sx); x++)
{
p1 = im1->pixels[y][x];
p2 = im2->pixels[y][x];
if (gdImageRed (im1, p1) != gdImageRed (im2, p2))
{
cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE;
break;
}
if (gdImageGreen (im1, p1) != gdImageGreen (im2, p2))
{
cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE;
break;
}
if (gdImageBlue (im1, p1) != gdImageBlue (im2, p2))
{
cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE;
break;
}
#if 0
2002-06-06 12:58:25 +00:00
/* Soon we'll add alpha channel to palettes */
if (gdImageAlpha (im1, p1) != gdImageAlpha (im2, p2))
{
cmpStatus |= GD_CMP_COLOR + GD_CMP_IMAGE;
break;
}
#endif
}
2002-06-06 12:58:25 +00:00
if (cmpStatus & GD_CMP_COLOR)
{
break;
};
}
2002-06-06 12:58:25 +00:00
return cmpStatus;
}
2002-06-06 12:58:25 +00:00
int
gdAlphaBlend (int dst, int src)
{
2002-06-06 12:58:25 +00:00
return (((((gdAlphaTransparent - gdTrueColorGetAlpha (src)) *
gdTrueColorGetRed (src) / gdAlphaMax) +
(gdTrueColorGetAlpha (src) *
gdTrueColorGetRed (dst)) / gdAlphaMax) << 16) +
((((gdAlphaTransparent - gdTrueColorGetAlpha (src)) *
gdTrueColorGetGreen (src) / gdAlphaMax) +
(gdTrueColorGetAlpha (src) *
gdTrueColorGetGreen (dst)) / gdAlphaMax) << 8) +
(((gdAlphaTransparent - gdTrueColorGetAlpha (src)) *
gdTrueColorGetBlue (src) / gdAlphaMax) +
(gdTrueColorGetAlpha (src) *
gdTrueColorGetBlue (dst)) / gdAlphaMax));
}
2002-06-06 12:58:25 +00:00
void
gdImageAlphaBlending (gdImagePtr im, int alphaBlendingArg)
{
2002-06-06 12:58:25 +00:00
im->alphaBlendingFlag = alphaBlendingArg;
}
2002-06-06 12:58:25 +00:00
void
gdImageSaveAlpha (gdImagePtr im, int saveAlphaArg)
{
2002-06-06 12:58:25 +00:00
im->saveAlphaFlag = saveAlphaArg;
}
2002-08-22 16:21:32 +00:00
static int
gdFullAlphaBlend (int dst, int src)
{
int a1, a2;
a1 = gdAlphaTransparent - gdTrueColorGetAlpha(src);
a2 = gdAlphaTransparent - gdTrueColorGetAlpha(dst);
return ( ((gdAlphaTransparent - ((a1+a2)-(a1*a2/gdAlphaMax))) << 24) +
(gdAlphaBlendColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), a1, a2 ) << 16) +
(gdAlphaBlendColor( gdTrueColorGetGreen(src), gdTrueColorGetGreen(dst), a1, a2 ) << 8) +
(gdAlphaBlendColor( gdTrueColorGetBlue(src), gdTrueColorGetBlue(dst), a1, a2 ))
);
}
2002-08-22 16:21:32 +00:00
static int
gdAlphaBlendColor( int b1, int b2, int a1, int a2 )
{
int c;
int w;
/* deal with special cases */
if( (gdAlphaMax == a1) || (0 == a2) ) {
/* the back pixel can't be seen */
return b1;
} else if(0 == a1) {
/* the front pixel can't be seen */
return b2;
} else if(gdAlphaMax == a2) {
/* the back pixel is opaque */
return ( a1 * b1 + ( gdAlphaMax - a1 ) * b2 ) / gdAlphaMax;
}
/* the general case */
w = ( a1 * ( gdAlphaMax - a2 ) / ( gdAlphaMax - a1 * a2 / gdAlphaMax ) * b1 + \
a2 * ( gdAlphaMax - a1 ) / ( gdAlphaMax - a1 * a2 / gdAlphaMax ) * b2 ) / gdAlphaMax;
c = (a2 * b2 + ( gdAlphaMax - a2 ) * w ) / gdAlphaMax;
return ( a1 * b1 + ( gdAlphaMax - a1 ) * c ) / gdAlphaMax;
}
2002-08-22 16:21:32 +00:00
static int
gdLayerOverlay (int dst, int src)
{
int a1, a2;
a1 = gdAlphaMax - gdTrueColorGetAlpha(dst);
a2 = gdAlphaMax - gdTrueColorGetAlpha(src);
return ( ((gdAlphaMax - a1*a2/gdAlphaMax) << 24) +
(gdAlphaOverlayColor( gdTrueColorGetRed(src), gdTrueColorGetRed(dst), gdRedMax ) << 16) +
(gdAlphaOverlayColor( gdTrueColorGetGreen(src), gdTrueColorGetGreen(dst), gdGreenMax ) << 8) +
(gdAlphaOverlayColor( gdTrueColorGetBlue(src), gdTrueColorGetBlue(dst), gdBlueMax ))
);
}
2002-08-22 16:21:32 +00:00
static int
gdAlphaOverlayColor( int src, int dst, int max )
{
/* this function implements the algorithm
*
* for dst[rgb] < 0.5,
* c[rgb] = 2.src[rgb].dst[rgb]
* and for dst[rgb] > 0.5,
* c[rgb] = -2.src[rgb].dst[rgb] + 2.dst[rgb] + 2.src[rgb] - 1
*
*/
dst = dst << 1;
if( dst > max ) {
/* in the "light" zone */
return dst + (src << 1) - (dst * src / max) - max;
} else {
/* in the "dark" zone */
return dst * src / max;
}
}