Reputation: 1
Dear All,
My Requirement is to develop a page to get car damage details from customer. Page will contain a car image, Customer has to paint parts of the car which reflects damage.
For instance: Red - Crack Blue - Scratch... etc.
Is it possible to do? Is there any off-the shelf components available?
Can anyone please tell me the solution for this?
Regards, Bala.
Upvotes: 0
Views: 348
Reputation: 1
Is it possible to paint part of the image rather than pixel? Can we save an image (manipulated) in server location?
Let us take an example given in sketch.js.
For Example: When user clicks on eye, Eye should be painted, If it is forehead, It should be painted.
Thanks for you feedback....
Upvotes: 0
Reputation: 93561
Yes it is possible. Maybe with something like this sketch program?
This one lets you load your image behind the painting canvas so they can just draw over it.
This sort of functionality is typically only available on HTML5 compliant browsers, but it works on most recent browsers.
An alternative for older browsers would be to drag/drop prerendered pieces of damage onto an image (but that is not as easy as the Sketch.js solution).
Upvotes: 1