Sha256: c0d028b7d39238a9f9e0db90aedd1a4d86bbbaa837beb9468f9638632b8fac11
Contents?: true
Size: 286 Bytes
Versions: 4
Compression:
Stored size: 286 Bytes
Contents
$:.unshift File.expand_path '../lib/', __FILE__ require 'yearbook' include Yearbook PIMGS = Dir.glob "#{File.expand_path '../spec/fixtures/images', '__FILE__'}/*.jpg" =begin img = Yearbook::Image.new(PIMGS.first) img.write('test.jpg') do |i| i.bw i.resize_to_fit 200, 500 end =end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yearbook-0.3.0 | go.rb |
yearbook-0.2.3 | go.rb |
yearbook-0.2.1 | go.rb |
yearbook-0.2.0 | go.rb |