wanadev / perspective.js

Transforms the perspective of an image and draw it on a canvas
Apache License 2.0
136 stars 27 forks source link

PNG Image perspective with shadow change error #11

Open NaveenSelva-95 opened 2 years ago

NaveenSelva-95 commented 2 years ago

I am try to change the perspective of the png image which have small shadow on but after applying the perspective the shadow level getting increased. download I It is my output image download (1) this my input image

flozz commented 2 years ago

This is due to the "tricks" used for generating a perspective without using any 3D matrix. I am not sure this can be fixed :(

skizzo commented 4 months ago

Could you share the code of how you create this image with a shadow?