4

Is there a Windows server with Photoshop running that process all these templates? It just happens too quickly. How did they achieve that? I've been looking for the answer for quite a long time and didn't find anything worthy.

https://gyazo.com/4603e7a613152f0eb02fa7f716b20db4

Michael
  • 177
  • 1
  • 1
  • 10
  • The products (and their geometries) are the same right, it's just the texture (uploaded image) that changes. If these previews are static there's probably no need to render them at runtime...I wonder if you can get away with normal and displacement maps – George Profenza Jun 07 '17 at 10:28

2 Answers2

0

A way something like this would be done would be to have an overlay template that you'd place your image under and then all of the shading and such would would go on top of it. Then it's just a mater of rotating and skewing the angle of the picture underneath the overlay to get the right perspective. This can be done programmatically in a language of your choice like PHP, Python, C#, etc.

abney317
  • 7,760
  • 6
  • 32
  • 56
0

I believe what you're describing may be achieved using the Adobe Photoshop API. Click on try demo and take a look at the various options, including the Smart Object demo.