RMagick

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第14行: 第14行:
  
 
http://rmagick.rubyforge.org/
 
http://rmagick.rubyforge.org/
 +
 +
==Install==
 +
*[http://hi.baidu.com/rainchen/blog/item/089ef7364497de320a55a9a3.html 在CentOS 5 中安装Rmagick]

2008年4月14日 (一) 16:15的版本

RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.

Wave
require 'RMagick'
clown = Magick::ImageList.new("clown.jpg")
clown = clown.wave(10, 200)
clown.write('wave.jpg')
Turn it into black-and-white
require 'RMagick'
clown = Magick::ImageList.new("clown.jpg")
clown = clown.quantize(256, Magick::GRAYColorspace)
clown.write('monochrome.jpg')

http://rmagick.rubyforge.org/

Install

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱