From 14198bb2225a35c3d6d922f5313f49394470b1ed Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 3 Oct 2005 13:33:19 +0000 Subject: [PATCH] (main): Make the image tranparent. --- example/mdump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/mdump.c b/example/mdump.c index 76c8416..8ea34e4 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -673,6 +673,7 @@ main (int argc, char **argv) from = 0; page_index = 1; white = gdImageColorAllocate (image, 255, 255, 255); + gdImageColorTransparent (image, white); while (from < len) { int to; -- 1.7.10.4