0
Hello, I’m developing a Virtual Closet project, where the user would upload the image of their clothes and save in the system. But I have a problem with the background of the image, I wanted something that enabled the user to cut the clothes of the image he uploaded, as if it were the 'pen' tool of photoshop. If you could help, I’d be grateful.
In what programming language you are developing ?
– KevinF
With PHP. I was trying to do this part with Jcrop, but it only cuts in square format. @Kevin. F
– Indaiara Ribeiro
This is complex. Search for "javascript polygonal Lasso" or similar terms.
– Daniel Omine
Example of "polygonal Lasso" similar to Photoshop tool: http://jsfiddle.net/Cbk9J/180/
– Daniel Omine
That’s what I need, I’ll look it up, thanks. @Danielomine
– Indaiara Ribeiro