search

Home  >  Q&A  >  body text

ruby 有没有去除图片的白边技巧?

利用ruby+rmagick对图片进行处理,
现有png图片若干,背景为透明色的.
每张图片都有很多的白边,并且这些白边是没有用的.
存在就是浪费资源.想问问大家有没有什么好的方法来处理这个白边.这样的话就会节约些资源

高洛峰高洛峰2763 days ago761

reply all(3)I'll reply

  • 阿神

    阿神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.

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-21 10:58:32

    Yes, img_obj.trim(!)

    reply
    0
  • PHP中文网

    PHP中文网2017-04-21 10:58:32

    Try it with crop

    reply
    0
  • Cancelreply