Hi, Your requirement has nothing to do with django. The images should be combined using JS/CSS. Its a pure front end tweak.
If your question is regarding the backend. Definitely django can do the job. What I mean is, you can build API's using django which will server layers of images requested and using JS/CSS you have to combine all those layers to get the actual picture. http://stackoverflow.com/questions/18235709/css-placing-one-image-on-top-of-another may help you to arrange the images.. On Thursday, 30 June 2016 12:30:51 UTC+5:30, Arshpreet Singh wrote: > > Hey guys, Anyone aware of example/project developed in Django that can > make functionality of website like this: > https://www.msistone.com/kitchen-visualizer.aspx#?id=main_image5 > Where I can change object colors in real time, as I see from this image > https://www.msistone.com/VisualizerResponsive/images/kitchen51/VS0029FL.png > multiple images being loaded. > > Is such technique possible using Django? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/59825349-ba60-4274-8a58-22e3c883e1f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

