Sha256: b80e433c0e50958acd04f0651ffe2d230ef378c1a8bc3f218af2507fd174c76d

Contents?: true

Size: 209 Bytes

Versions: 19

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env ruby -w
require 'rmagick'

# Demonstrate the Image#ordered_dither method

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

img = img.ordered_dither

img.write('ordered_dither.jpg')
exit

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
rmagick-4.1.0.rc2 doc/ex/ordered_dither.rb
rmagick-4.1.0.rc1 doc/ex/ordered_dither.rb
rmagick-4.0.0 doc/ex/ordered_dither.rb
rmagick-3.2.0 doc/ex/ordered_dither.rb
rmagick-3.1.0 doc/ex/ordered_dither.rb
rmagick-3.0.0 doc/ex/ordered_dither.rb
rmagick-windows-2.16.5 doc/ex/ordered_dither.rb
rmagick-windows-2.16.4 doc/ex/ordered_dither.rb
rmagick-windows-2.16.3 doc/ex/ordered_dither.rb
rmagick-windows-2.16.2 doc/ex/ordered_dither.rb
rmagick-windows-2.16.1 doc/ex/ordered_dither.rb
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/rmagick-2.16.0/doc/ex/ordered_dither.rb
rmagick-2.16.0 doc/ex/ordered_dither.rb
rmagick-2.15.4 doc/ex/ordered_dither.rb
rmagick-2.15.3 doc/ex/ordered_dither.rb
rmagick-2.15.2 doc/ex/ordered_dither.rb
rmagick-2.15.1 doc/ex/ordered_dither.rb
rmagick-2.15.0 doc/ex/ordered_dither.rb
rmagick-2.14.0 doc/ex/ordered_dither.rb