From: handa Date: Mon, 3 Oct 2005 13:33:19 +0000 (+0000) Subject: (main): Make the image tranparent. X-Git-Tag: REL-1-3-0~139 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=14198bb2225a35c3d6d922f5313f49394470b1ed;p=m17n%2Fm17n-lib.git (main): Make the image tranparent. --- 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;