Erik Gyepes wrote:
Hi all.
I'm trying to set up mysql 5 with php 5 on my windows machine, but I
can't get work it. Also I can't see any loaded extensions with
phpinfo(). I have set extensions directory in php.ini, PATH dir in
windows, what else I may to do? I used linux a lot of time and now
way to make this work.
tanks in advance. :)
Libit:
I was working on the same thing. The following is a solution -- but,
simple and best are relative.
This was taken from "PHP Graphics Handbook" by Kent et al.
imagecopy($original, $watermark, ($osx-$wsx)/2, ($osy-$wsy)/2, 0, 0,
I have png image with transparent background, and 1 jpg file.
I use imageCopyMerge to paste the png image on the jpg image.
the result image contain no transparent background mean the png file
have white background when its suppose to be transparent
what is the simple and best way to make this
3 matches
Mail list logo