Sha256: 98c2b82b8d015fa24d0ae01f5b099d47826d94e738169248ae810fdecac7a075

Contents?: true

Size: 386 Bytes

Versions: 10

Compression:

Stored size: 386 Bytes

Contents

module Hydra::Derivatives
  module Processors
    extend ActiveSupport::Autoload

    eager_autoload do
      autoload :Processor
    end

    autoload :ActiveEncode
    autoload :Audio
    autoload :Document
    autoload :Ffmpeg
    autoload :FullText
    autoload :Image
    autoload :Jpeg2kImage
    autoload :RawImage
    autoload :ShellBasedProcessor
    autoload :Video
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hydra-derivatives-3.7.0 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.6.1 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.6.0 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.5.0 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.4.2 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.4.1 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.4.0 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.3.2 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.3.1 lib/hydra/derivatives/processors.rb
hydra-derivatives-3.3.0 lib/hydra/derivatives/processors.rb