projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a62d2e
)
(main): Make the image tranparent.
author
handa
<handa>
Mon, 3 Oct 2005 13:33:19 +0000
(13:33 +0000)
committer
handa
<handa>
Mon, 3 Oct 2005 13:33:19 +0000
(13:33 +0000)
example/mdump.c
patch
|
blob
|
history
diff --git
a/example/mdump.c
b/example/mdump.c
index
76c8416
..
8ea34e4
100644
(file)
--- 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;