Prompt
Can you code a tool that allows me to upload a png file and have it converted into a 3D image that can be manipulated in space? For example, if I upload a photo of an elephant, make that elephant viewable from all sides including the top and bottom?
Iteration
Add a download button, so I can download the finished image.
Iteration 2
The image currently rotates continuously. Add a button to freeze the position of the image prior to downloading. Also, add a slider to change the voxel resolution to make it higher or lower.
Iteration 3
Add one more slider control to add a fillet or chamfer to the edges of the front and back views.
Iteration 4
Now for the biggest challenge. Make the downloaded image have a transparent background to remove the current gray background and underlying grid.
Iteration 5
Can you make this tool be coded in html, css, and javascript and be self-contained, complete, and embeddable?