Sha256: bd3f7d201deeddc309752bc401cc66e5a0ff0edeee9dafca496a2564e59eafe9

Contents?: true

Size: 198 Bytes

Versions: 19

Compression:

Stored size: 198 Bytes

Contents

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

# Demonstrate the Image#charcoal method

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

img = img.charcoal(0.75)

img.write('charcoal.jpg')

exit

Version data entries

19 entries across 19 versions & 3 rubygems

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