Sha256: 5594a5741bc0863eff2e349958839fca984a145be528aacb5cde104c7ab1adad

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

require 'thwomp/version'
require 'thwomp/renderer'
require 'thwomp/renderers/helper'
require 'thwomp/renderers/swf'
require 'thwomp/renderers/ffmpeg'
require 'thwomp/color_counter'
require 'thwomp/downloader'
require 'thwomp/thumbnail_picker'
require 'thwomp/thumbnail'
require 'thwomp/animation_preview'
require 'thwomp/command'

module Thwomp

  class << self

    attr_accessor :gnash_path, :ffmpeg_path

    def pick(url)
      renderer = Renderer.new(url)
      ThumbnailPicker.pick(renderer.frames.reverse)
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thwomp-0.1.0 lib/thwomp.rb