Reply to Re: FInally! results! - Here Ya' Go
If you don't have an account, just leave the password field blank.
: : does this look right?
: : distance between any two points = sqrt((x-x1)^2 * (y-y1)^2 * (z-z1)^2)
: I'm not sure if your algorithm would work, but your equation is wrong (or at least you typed it wrong). Distance between any two points should be sqrt((x-x1)^2 + (y-y1)^2 + (z-z1)^2).
Ahuh!! thats where i was going wrong...
And redink, i trusted the python imaging library... does anyone have a list of colors in RGB format which the palette allows?? i need them in raw format, see?
: : distance between any two points = sqrt((x-x1)^2 * (y-y1)^2 * (z-z1)^2)
: I'm not sure if your algorithm would work, but your equation is wrong (or at least you typed it wrong). Distance between any two points should be sqrt((x-x1)^2 + (y-y1)^2 + (z-z1)^2).
Ahuh!! thats where i was going wrong...
And redink, i trusted the python imaging library... does anyone have a list of colors in RGB format which the palette allows?? i need them in raw format, see?