欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
RMagick
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. | RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. | ||
− | [[Image:RMagick-framed_wave.jpg|right]] | + | [[Image:RMagick-framed_wave.jpg|thumb|right]] |
require 'RMagick' | require 'RMagick' |
2006年9月16日 (六) 12:41的版本
RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries.
require 'RMagick' clown = Magick::ImageList.new("clown.jpg") clown = clown.wave(10, 200) clown.write('wave.jpg')
分享您的观点