--- !ruby/object:Gem::Specification name: chunky_png version: !ruby/object:Gem::Version hash: 51 prerelease: false segments: - 0 - 10 - 2 version: 0.10.2 platform: ruby authors: - Willem van Bergen autorequire: bindir: bin cert_chain: [] date: 2010-10-05 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id001 name: rake prerelease: false type: :development - !ruby/object:Gem::Dependency version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 9 segments: - 1 - 3 version: "1.3" requirement: *id002 name: rspec prerelease: false type: :development - !ruby/object:Gem::Dependency version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id003 name: git prerelease: false type: :development description: " This pure Ruby library can read and write PNG images without depending on an external \n image library, like RMagick. It tries to be memory efficient and reasonably fast.\n \n It supports reading and writing all PNG variants that are defined in the specification, \n with one limitation: only 8-bit color depth is supported. It supports all transparency, \n interlacing and filtering options the PNG specifications allows. It can also read and \n write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n also possible.\n \n This library supports simple drawing on the image canvas and simple operations like alpha composition\n and cropping. Finally, it can import from and export to RMagick for interoperability. \n" email: - willem@railsdoctors.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - BENCHMARKS.rdoc files: - .gitignore - BENCHMARKS.rdoc - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - benchmarks/decoding_benchmark.rb - benchmarks/encoding_benchmark.rb - benchmarks/filesize_benchmark.rb - chunky_png.gemspec - lib/chunky_png.rb - lib/chunky_png/canvas.rb - lib/chunky_png/canvas/adam7_interlacing.rb - lib/chunky_png/canvas/drawing.rb - lib/chunky_png/canvas/operations.rb - lib/chunky_png/canvas/png_decoding.rb - lib/chunky_png/canvas/png_encoding.rb - lib/chunky_png/canvas/stream_exporting.rb - lib/chunky_png/canvas/stream_importing.rb - lib/chunky_png/chunk.rb - lib/chunky_png/color.rb - lib/chunky_png/datastream.rb - lib/chunky_png/image.rb - lib/chunky_png/palette.rb - lib/chunky_png/rmagick.rb - spec/chunky_png/canvas/adam7_interlacing_spec.rb - spec/chunky_png/canvas/drawing_spec.rb - spec/chunky_png/canvas/operations_spec.rb - spec/chunky_png/canvas/png_decoding_spec.rb - spec/chunky_png/canvas/png_encoding_spec.rb - spec/chunky_png/canvas_spec.rb - spec/chunky_png/color_spec.rb - spec/chunky_png/datastream_spec.rb - spec/chunky_png/image_spec.rb - spec/chunky_png/rmagick_spec.rb - spec/chunky_png_spec.rb - spec/resources/16x16_interlaced.png - spec/resources/16x16_non_interlaced.png - spec/resources/adam7.png - spec/resources/clock.png - spec/resources/clock_base.png - spec/resources/clock_flip_horizontally.png - spec/resources/clock_flip_vertically.png - spec/resources/clock_mask.png - spec/resources/clock_mask_updated.png - spec/resources/clock_rotate_180.png - spec/resources/clock_rotate_left.png - spec/resources/clock_rotate_right.png - spec/resources/clock_stubbed.png - spec/resources/clock_updated.png - spec/resources/composited.png - spec/resources/cropped.png - spec/resources/damaged_chunk.png - spec/resources/damaged_signature.png - spec/resources/gray_10x10.png - spec/resources/gray_10x10_grayscale.png - spec/resources/gray_10x10_grayscale_alpha.png - spec/resources/gray_10x10_indexed.png - spec/resources/gray_10x10_truecolor.png - spec/resources/gray_10x10_truecolor_alpha.png - spec/resources/indexed_4bit.png - spec/resources/lines.png - spec/resources/operations.png - spec/resources/pixelstream.rgb - spec/resources/pixelstream.rgba - spec/resources/pixelstream_best_compression.png - spec/resources/pixelstream_fast_rgba.png - spec/resources/pixelstream_reference.png - spec/resources/rect.png - spec/resources/replaced.png - spec/resources/text_chunk.png - spec/resources/transparent_gray_10x10.png - spec/resources/ztxt_chunk.png - spec/spec_helper.rb - tasks/benchmarks.rake - tasks/github-gem.rake has_rdoc: true homepage: http://wiki.github.com/wvanbergen/chunky_png licenses: [] post_install_message: rdoc_options: - --title - chunky_png - --main - README.rdoc - --line-numbers - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Pure ruby library for read/write, chunk-level access to PNG files test_files: - spec/chunky_png/canvas/adam7_interlacing_spec.rb - spec/chunky_png/canvas/drawing_spec.rb - spec/chunky_png/canvas/operations_spec.rb - spec/chunky_png/canvas/png_decoding_spec.rb - spec/chunky_png/canvas/png_encoding_spec.rb - spec/chunky_png/canvas_spec.rb - spec/chunky_png/color_spec.rb - spec/chunky_png/datastream_spec.rb - spec/chunky_png/image_spec.rb - spec/chunky_png/rmagick_spec.rb - spec/chunky_png_spec.rb