23 Sep
2007
23 Sep
'07
8:42 p.m.
Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
... dsth = (unsigned int) (scale * srch); dstip = gdImageCreate(dstw, dsth);
Replacing gdImageCreate() with gdImageCreateTrueColor() solved the problem. (A similar approach is applicable for :TRUE-COLOR key of WITH-IMAGE macro as well.) Regards.