Remove surrounding whitespace from an image

前端 未结 8 862
时光说笑
时光说笑 2020-12-02 15:54

I have a block of product images we received from a customer. Each product image is a picture of something and it was taken with a white background. I would like to crop a

8条回答
  •  再見小時候
    2020-12-02 16:17

    The pnmcrop utility from the netpbm graphics utilities library does exactly that.

    I suggest looking at their code, available from http://netpbm.sourceforge.net/

提交回复
热议问题