Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.
imagecreatetruecolor() returns an image identifier representing a black image of size x_size by y_size.
imagecreatetruecolor() returns an image identifier representing a black image of size x_size by y_size.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:
참고: there is a problem due to palette image limitations (255+1 colors). resampling or filtering an image commonly needs more colors than 255, a kind of approximation is used to calculate the new resampled pixel and its color. with a palette image we try to allocate a new color, if that failed, we choose the closest (in theory) computed color. this is not always the closest visual color. that may produce a weird result, like blank (or visually blank) images. to skip this problem, please use a truecolor image as a destination image, such as one created by imagecreatetruecolor().
with a palette image we try to allocate a new color, if that failed, we choose the closest (in theory) computed color.
Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit: