Reputation: 1
I am looking for something in maybe javascript or python which can take a jpeg and turn it into a poly model based on the image?
For this I will be looking at transforming an portrait image of a person and produce a semi 3D image. (I will write a separate script to fill in the spaces)
Any help or a push in the right direction would be very much appreciated.
Thank you in advance.
Upvotes: 0
Views: 56
Reputation: 231
Maybe the package pillow could solve your somewhat unclear question. It comes with good image manipulation methods.
Upvotes: 0