用css滤镜会更容易达成吧。。

解决方案 »

  1.   

    不考虑使用CSS,js等客户端的东西我是需要按照这样的效果对存在的图片进行处理生成新的图片有什么办法吗?
      

  2.   

    那php来做这些?效率不高
      

  3.   

    http://topic.csdn.net/t/20050413/13/3932793.html
      

  4.   

    用imagemagick http://www.imagemagick.org/script/index.phpMagickWand For PHP's source / DLL can be downloaded from http://www.magickwand.org/download/php/.
      

  5.   

    GD 库做不了这么复杂的东西。用
    http://www.imagemagick.org/script/index.php范例
    http://www.imagemagick.org/Usage/transform/#emboss中文的说明
    http://hedong.3322.org/archives/000339.html
      

  6.   

    使用 imagefilter 函数,通过调整参数获得
      

  7.   

    多谢唠叨老大指点!毕竟imagemagick不是哪儿都安装的~