Home > OS >  Remove border from Logo using Python PIL
Remove border from Logo using Python PIL

Time:04-27

Hi I want to remove the white border from this Logo using python's pillow library. The only way I have thought of is to extract all white from the image but then this remove's the white eye of the horse as well and that is something I would like to keep.

What I have. enter image description here

Same result with transparency as chessboard pattern:
enter image description here

mask:
enter image description here

  • Related