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-2.13.4 doc/ex/motion_blur.rb
rmagick-2.13.3 doc/ex/motion_blur.rb
rmagick-2.13.3.rc1 doc/ex/motion_blur.rb
rmagick-2.13.2 doc/ex/motion_blur.rb
rdp-rmagick-0.0.0 doc/ex/motion_blur.rb
rmagick-2.13.1 doc/ex/motion_blur.rb
rmagick-2.12.2 doc/ex/motion_blur.rb
rmagick-2.12.1 doc/ex/motion_blur.rb
rmagick-2.12.0 doc/ex/motion_blur.rb
rmagick-2.11.1 doc/ex/motion_blur.rb
rmagick-2.10.0 doc/ex/motion_blur.rb
rmagick-2.11.0 doc/ex/motion_blur.rb
rmagick-1.10.0 doc/ex/motion_blur.rb
rmagick-1.10.1 doc/ex/motion_blur.rb
rmagick-1.13.0 doc/ex/motion_blur.rb
rmagick-1.12.0 doc/ex/motion_blur.rb
rmagick-1.11.1 doc/ex/motion_blur.rb
rmagick-1.11.0 doc/ex/motion_blur.rb
rmagick-1.15.0 doc/ex/motion_blur.rb
rmagick-1.14.1 doc/ex/motion_blur.rb