Voting

: max(five, two)?
(Example: nine)

The Note You're Voting On

mumig at poczta dot onet dot pl
21 years ago
imagecolorat() works differently for png's with true color and for paletted png's - for true color it returns value of color, for paletted it returns index number and you have to use imagecolorsforindex() to get rgb color value.

<< Back to user notes page

To Top