There are online tools like clippy or css plant which will create clip path as in code pen for different shaped imges manually, But we have thousands of images, so its not possible to create clip path for each images manually....
So is there any way we can automate this clipping process ? or is there any other way [ like masking , svg ,inkspace ] ? I need some generic solution....
-webkit-clip-path: polygon(42% 100%, %, 81% 71%, 88% 60%, 95% 50%, 99% 40%, 100% 36%,);