Sha256: 42e6305335abc3cd34899205a1bb5e72bac8b94b4e6df9074bf32898d141c106

Contents?: true

Size: 211 Bytes

Versions: 67

Compression:

Stored size: 211 Bytes

Contents

#! /usr/local/bin/ruby -w
require 'RMagick'

# Demonstrate the Image#blur_image method

img = Magick::Image.read('images/Flower_Hat.jpg').first

img = img.motion_blur(0,7,180)

img.write('motion_blur.jpg')
exit

Version data entries

67 entries across 67 versions & 2 rubygems

Version Path
rmagick-1.7.2 doc/ex/motion_blur.rb
rmagick-1.7.3 doc/ex/motion_blur.rb
rmagick-1.15.9 doc/ex/motion_blur.rb
rmagick-1.8.0 doc/ex/motion_blur.rb
rmagick-1.8.2 doc/ex/motion_blur.rb
rmagick-1.9.2 doc/ex/motion_blur.rb
rmagick-1.9.1 doc/ex/motion_blur.rb
rmagick-1.9.0 doc/ex/motion_blur.rb
rmagick-1.8.3 doc/ex/motion_blur.rb
rmagick-2.1.0 doc/ex/motion_blur.rb
rmagick-2.3.0 doc/ex/motion_blur.rb
rmagick-1.9.3 doc/ex/motion_blur.rb
rmagick-2.0.0 doc/ex/motion_blur.rb
rmagick-2.2.2 doc/ex/motion_blur.rb
rmagick-2.2.0 doc/ex/motion_blur.rb
rmagick-2.4.0 doc/ex/motion_blur.rb
rmagick-2.5.0 doc/ex/motion_blur.rb
rmagick-2.5.1 doc/ex/motion_blur.rb
rmagick-2.5.2 doc/ex/motion_blur.rb
rmagick-2.6.0 doc/ex/motion_blur.rb