利用ruby+rmagick对图片进行处理,
现有png图片若干,背景为透明色的.
每张图片都有很多的白边,并且这些白边是没有用的.
存在就是浪费资源.想问问大家有没有什么好的方法来处理这个白边.这样的话就会节约些资源
阿神2017-04-21 10:58:32
If you want to automatically recognize the white edges, you may have to write your own recognition algorithm. ImageMagick doesn't have much support for such needs.