开发者

is there any image library can cut the white edge of a picture?

开发者 https://www.devze.com 2023-01-14 13:34 出处:网络
I\'d like to know if there are any image librarys can cut the white edge of a picture automatically, for example:

I'd like to know if there are any image librarys can cut the white edge of a picture automatically,

for example:

opensource would be very handy

Thanks advance for your help.

Best regards,

hb


Any popular image library should be able to get the pixel value from an image. You can probably just determine which area is white and then cut that off using the library and save the result.

Check out ImageMagick.

0

精彩评论

暂无评论...
验证码 换一张
取 消