Methods

OilyPNG

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/oily_png.rb, line 7
def self.included(base)
  base::Canvas.send(:extend, OilyPNG::PNGDecoding)
  base::Canvas.send(:include, OilyPNG::PNGEncoding)


  base::Color.send(:include, OilyPNG::Color)
  
  base::Color.extend OilyPNG::Color
  base::Canvas.send(:include, OilyPNG::Resampling)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.