phpbar.de logo

Mailinglisten-Archive

[php] imagesetpixel vs. imagegetpixel

[php] imagesetpixel vs. imagegetpixel

Guido Haeger GH-lists_(at)_ecora.de
Mon, 31 Jan 2000 16:28:20 +0100


casper äpplekaka the 3th schrieb

> gibt es eine funtion wo man den farbwert eine pixels in einem
> bild herausfinden kann??

$farbe = imagecolorforindex($im, imagecolorat( $im, $x, $y));
echo "Die RGB-Werte R:".$farbe['red']." G:".$farbe['green']."
B:".$farbe['blue'];

int imagecolorat(int im, int x, int y);

Returns the index of the color of the pixel at the specified location in
the image.

array imagecolorsforindex(int im, int index);

This returns an associative array with red, green, and blue keys that
contain the appropriate values for the specified color index.

Hättest Du eine Minute ins Manual geschaut, hättest Du die Antwort viel
schneller gehabt...

Guido Haeger







php::bar PHP Wiki   -   Listenarchive