RubyGems Navigation menu

png 1.1.0

PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. == FEATURES * Very simple interface. * Outputs simple PNG files with ease. * Basic PNG reader as well (someday it might do compositing and the like!). * Almost pure ruby, does require a compiler. == SYNOPSYS require 'png' canvas = PNG::Canvas.new 200, 200 # Set a point to a color canvas[100, 100] = PNG::Color::Black # draw an anti-aliased line canvas.line 50, 50, 100, 50, PNG::Color::Blue png = PNG.new canvas png.save 'blah.png'

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.2.1 - April 13, 2015 (21.5KB)
  2. 1.2.0 - August 05, 2009 (19.5KB)
  3. 1.1.0 - March 26, 2007* (12KB)
  4. 1.0.0 - August 31, 2006* (6KB)

Runtime依存関係 (2):

hoe >= 1.2.0
RubyInline >= 3.5.0

所有者:

作者:

  • Ryan Davis, Eric Hodel

SHA 256チェックサム:

f7447ea4333ec5db75d0ea292bcf41355fcaed2c78640fc571efc36fe83c5b9a

累計ダウンロード数 189,943

このバージョンのみ 18,161

ライセンス:

N/A

必要なRubyのバージョン: > 0.0.0

リンク: