visualculture.prototype
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

base.rb
application/x-ruby

Download raw (245 bytes)

# encoding: UTF-8
require 'visualculture'

module VC
  module Transducers
    include Magick
    @handlers = {}
    @extensions = {}
    
    def self.handlers
      @handlers
    end

    def self.extensions
      @extensions
    end
  end
end