Volkan YAZICI <yazicivo at 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.