Sha256: 5af991bd6d9c24849a6c7f7d6b28068ae77d6a88c9790c38111ce01863a4bd56
Contents?: true
Size: 257 Bytes
Versions: 28
Compression:
Stored size: 257 Bytes
Contents
#! /usr/local/bin/ruby -w require 'RMagick' f = Magick::Image.read("../doc/ex/images/Flower_Hat.jpg").first pixels = f.dispatch(0,0,f.columns, f.rows, "RGB") image = Magick::Image.constitute(f.columns, f.rows, "RGB", pixels) image.write("constitute.miff")
Version data entries
28 entries across 28 versions & 2 rubygems