I’m writting an application in Angular and I have a list of images. The problem is that, each image has something like white padding, just white pixels, and I want to remove them and leave only an object on image.
I want to went from:
image 1
… to:
image 2
How to achieve that? Is there any ready soulution or library to handlethat?
New contributor
Tomasz Mitura is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2