On Mon, 22 May 2006 08:41:32 +0800 Paul wrote:
> I'll try and get in touch with the upstream guys, and as for the
> debian-maintainer thing, lets do that if I find any more things to
> patch. So far those were the only problems I had.
Good (both of the things)!
- Jonas
--
* Jonas Smedegaa
Jonas Smedegaard wrote:
On Fri, 21 Apr 2006 17:20:53 +0800 Paul wrote:
I continued to work on the anti-aliasing, specifically the lack of
aliasing when the line hits the edge of the image.
Attached is a patch that is applied AFTER the last one I posted. It
cleans up the lines, so tiled im
On Fri, 21 Apr 2006 17:20:53 +0800 Paul wrote:
> I continued to work on the anti-aliasing, specifically the lack of
> aliasing when the line hits the edge of the image.
>
> Attached is a patch that is applied AFTER the last one I posted. It
> cleans up the lines, so tiled images now look awesome
Hi,
I continued to work on the anti-aliasing, specifically the lack of aliasing when
the line hits the edge of the image.
Attached is a patch that is applied AFTER the last one I posted. It cleans up
the lines, so tiled images now look awesome.
Also attached is the build-script and the las
Sorry, patch was slightly wrong.
I've also attached a script that downloads, patches and installs the
corrected -xpm and -xpm-dev packages.
thanks
Paul
#include
int main()
{
gdImagePtr im = gdImageCreateTrueColor(100,100);
int colour = gdTrueColorAlpha(100,100,100,100);
gdImageSetA
Package: libgd2-xpm
Version: 2.0.33-3
Severity: important
I found an off-by-one bug that repeatedly causes segfaults:
$ cat test_segfault.c
#include
int main()
{
gdImagePtr im = gdImageCreateTrueColor(100,100);
int colour = gdTrueColorAlpha(100,100,100,100);
gdImageSetAntiAliased(im,c
6 matches
Mail list logo