huge texture problem

hi guys :D

I'm using WWW to load a texture file. But WWW fails to load texture when the resolution of the image exceeds the maximum texture size of a device(iphone or android something). It doesn't matter make it smaller while loading. Is there a way to load a huge texture?? or please recommend some image library for unity.

Thank you for reading this!!

PS. how do you get the maximum texture size?

Would you be interested in sizing them off the server? If using PHP you could use its image functions to size on the fly. Or have multiple resolution files and pick the best one for the platform you're on.