Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jan 6, 2025
1 parent 3519878 commit db7a2cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/gd/libgd/gd_interpolation.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,9 @@ static double filter_welsh(const double x)
}
#endif


/* keep it for future usage for affine copy over an existing image, targetting fix for 2.2.2 */
#if 0
/* Copied from upstream's libgd */
static inline int _color_blend (const int dst, const int src)
{
Expand Down Expand Up @@ -666,6 +669,7 @@ static inline int _color_blend (const int dst, const int src)
}
}
}
#endif

static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor)
{
Expand Down

0 comments on commit db7a2cb

Please sign in to comment.