All Downloads are FREE. Search and download functionalities are using the official Maven repository.

specifications.chunky_png-1.3.8.gemspec Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
# -*- encoding: utf-8 -*-
# stub: chunky_png 1.3.8 ruby lib

Gem::Specification.new do |s|
  s.name = "chunky_png".freeze
  s.version = "1.3.8"

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Willem van Bergen".freeze]
  s.date = "2016-11-11"
  s.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\n    alpha composition and cropping. Finally, it can import from and export to RMagick for\n    interoperability.\n\n    Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png. OilyPNG is a\n    drop in mixin module that implements some of the ChunkyPNG algorithms in C, which\n    provides a massive speed boost to encoding and decoding.\n".freeze
  s.email = ["[email protected]".freeze]
  s.extra_rdoc_files = ["README.md".freeze, "BENCHMARKING.rdoc".freeze, "CONTRIBUTING.rdoc".freeze, "CHANGELOG.rdoc".freeze]
  s.files = ["BENCHMARKING.rdoc".freeze, "CHANGELOG.rdoc".freeze, "CONTRIBUTING.rdoc".freeze, "README.md".freeze]
  s.homepage = "http://wiki.github.com/wvanbergen/chunky_png".freeze
  s.licenses = ["MIT".freeze]
  s.rdoc_options = ["--title".freeze, "chunky_png".freeze, "--main".freeze, "README.rdoc".freeze, "--line-numbers".freeze, "--inline-source".freeze]
  s.rubygems_version = "2.6.8".freeze
  s.summary = "Pure ruby library for read/write, chunk-level access to PNG files".freeze

  s.installed_by_version = "2.6.8" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q.freeze, [">= 0"])
      s.add_development_dependency(%q.freeze, ["~> 3"])
    else
      s.add_dependency(%q.freeze, [">= 0"])
      s.add_dependency(%q.freeze, ["~> 3"])
    end
  else
    s.add_dependency(%q.freeze, [">= 0"])
    s.add_dependency(%q.freeze, ["~> 3"])
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy