Sha256: 3259e474040f39ee822ba20acb076734b27cdcdf3a502c0217c3ee93a3000be6

Contents?: true

Size: 225 Bytes

Versions: 19

Compression:

Stored size: 225 Bytes

Contents

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

# Demonstrate the Image#adaptive_threshold method

img = Magick::Image.read('images/Flower_Hat.jpg').first
result = img.adaptive_threshold
result.write('adaptive_threshold.jpg')
exit

Version data entries

19 entries across 19 versions & 3 rubygems

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